<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -bu ./lib/Devel/Hook.pod~ ./lib/Devel/Hook.pod
--- ./lib/Devel/Hook.pod~	2008-03-02 09:20:37.000000000 -0600
+++ ./lib/Devel/Hook.pod	2013-07-19 11:02:41.300357147 -0500
@@ -32,7 +32,7 @@
 and its program units. These subroutines correspond
 to the special code blocks: C&lt;BEGIN&gt;, C&lt;UNITCHECK&gt;,
 C&lt;CHECK&gt;, C&lt;INIT&gt; and C&lt;END&gt;. 
-(See details at L&lt; perlmod/BEGIN, UNITCHECK, CHECK, INIT and END &gt;.)
+(See details at L&lt;perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END"&gt;.)
 This module provides
 limited capabilities to manipulate these arrays.
 
@@ -187,7 +187,7 @@
 
 =head1 SEE ALSO
 
-L&lt; perlmod/BEGIN, UNITCHECK, CHECK, INIT and END &gt;
+L&lt;perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END"&gt;
 
 L&lt;Manip::END&gt;
 
diff -bu ./t/02basic.t~ ./t/02basic.t
--- ./t/02basic.t~	2008-02-29 14:02:39.000000000 -0600
+++ ./t/02basic.t	2013-07-19 11:01:52.584807557 -0500
@@ -1,5 +1,5 @@
 
-use Test::More no_plan =&gt; 1;
+use Test::More no_plan;
 
 use Devel::Hook ();
 
</pre></body></html>