diff options
author | Stevan Little <stevan.little@iinteractive.com> | 2011-09-19 17:06:01 -0400 |
---|---|---|
committer | Stevan Little <stevan.little@iinteractive.com> | 2011-09-20 11:30:55 -0400 |
commit | 6776795fce37ad790d10453258e78d18c1ec0428 (patch) | |
tree | f84617349ce7e99fb35b9815c5898acebd89d798 /pod | |
parent | 83307084d19b48a5d4551e36de132f2fd0c2cff5 (diff) | |
download | perl-6776795fce37ad790d10453258e78d18c1ec0428.tar.gz |
Fix some pod errors reported by podchecker
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 38b0674bdd..3063db9923 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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. |