From: Jarkko Hietaniemi Date: Tue, 27 Nov 2001 00:12:11 +0000 (+0000) Subject: perldelta nits from Autrijus Tang and Ron Kimball. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bea4d472b6a588846418b9529f7f0665e27cd209;p=p5sagit%2Fp5-mst-13.2.git perldelta nits from Autrijus Tang and Ron Kimball. p4raw-id: //depot/perl@13289 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e3492a7..fa4ea19 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -76,7 +76,7 @@ ugly, but the current implementation slows down normal array and hash use quite noticeably. The C pragma interface will remain available. -The syntaxes C<@a->[...]> and C<@h->{...}> have now been deprecated. +The syntaxes C<< @a->[...] >> and C<< %h->{...}>> have now been deprecated. After years of trying the suidperl is considered to be too complex to ever be considered truly secure. The suidperl functionality is likely @@ -467,7 +467,7 @@ See L. =item * C has functions for dealing with RFC3066-style -language tags, by Sean Burke. See . +language tags, by Sean Burke. See L. =item * @@ -525,7 +525,7 @@ Perl installation leaves libnet unconfigured, use F to configure. =item * C is a selection of general-utility list subroutines, like -sum(), min(), first(), and shuffle(), by Graham barr. See L. +sum(), min(), first(), and shuffle(), by Graham Barr. See L. =item * @@ -1866,7 +1866,7 @@ marked by a C-- HERE> marker. The various "opened only for", "on closed", "never opened" warnings drop the C prefix for filehandles in the C
package, -for example C instead of . +for example C instead of C. =item *