Fix some pod errors reported by podchecker
authorStevan Little <stevan.little@iinteractive.com>
Mon, 19 Sep 2011 21:06:01 +0000 (17:06 -0400)
committerStevan Little <stevan.little@iinteractive.com>
Tue, 20 Sep 2011 15:30:55 +0000 (11:30 -0400)
pod/perldelta.pod

index 38b0674..3063db9 100644 (file)
@@ -158,7 +158,7 @@ L<Devel::PPPort> has been upgraded from version 3.19 to version 3.20.
 
 L<diagnostics> has been upgraded from version 1.24 to version 1.25.
 
-It now strips out C<SZ<><...>> formatting codes before displaying
+It now strips out C<SZE<lt>E<gt>E<lt>...E<gt>> formatting codes before displaying
 descriptions [perl #94488].
 
 =item *
@@ -245,7 +245,7 @@ from version 1.32 to 1.33.
 Together, these upgrades fix a problem with IO::Handle's C<getline> and
 C<getlines> methods.  When these methods are called on the special ARGV
 handle, the next file is automatically opened, as happens with the built-in
-C<< <> >> and C<readline> functions.  But, unlike the built-ins, these
+C<< E<lt>E<gt> >> and C<readline> functions.  But, unlike the built-ins, these
 methods were not respecting the caller's use of the L<open> pragma and
 applying the approprate I/O layers to the newly-opened file
 [rt.cpan.org #66474].
@@ -584,7 +584,7 @@ value" warning.
 
 When autovivified file handles were introduced in Perl 5.6.0, C<readline>
 was inadvertently made to autovivify when called as C<readline($foo)> (but
-not as C<< <$foo> >>).  It has now been fixed never to autovivify.
+not as C<< E<lt>$fooE<gt> >>).  It has now been fixed never to autovivify.
 
 =item *
 
@@ -599,7 +599,7 @@ it once.
 
 =item *
 
-For a tied variable returning a package name, C<< $tied->method >> used to
+For a tied variable returning a package name, C<< $tied-E<gt>method >> used to
 call C<FETCH> multiple times (even up to six!), and sometimes would
 fail to call the method, due to memory corruption.