Change 32531 by [EMAIL PROTECTED] on 2007/11/28 14:38:44 Assorted nits found in perl5110delta.
Affected files ... ... //depot/perl/pod/perl5100delta.pod#24 edit Differences ... ==== //depot/perl/pod/perl5100delta.pod#24 (text) ==== Index: perl/pod/perl5100delta.pod --- perl/pod/perl5100delta.pod#23~32526~ 2007-11-28 01:37:30.000000000 -0800 +++ perl/pod/perl5100delta.pod 2007-11-28 06:38:44.000000000 -0800 @@ -21,7 +21,7 @@ Currently the following new features are available: C<switch> (adds a switch statement), C<say> (adds a C<say> built-in function), and C<state> -(adds an C<state> keyword for declaring "static" variables). Those +(adds a C<state> keyword for declaring "static" variables). Those features are described in their own sections of this document. The C<feature> pragma is also implicitly loaded when you require a minimal @@ -191,7 +191,7 @@ =item Vertical and horizontal whitespace, and linebreak -Regular expressions now recognize the C<\v> and C<\h> escapes, that match +Regular expressions now recognize the C<\v> and C<\h> escapes that match vertical and horizontal whitespace, respectively. C<\V> and C<\H> logically match their complements. @@ -856,7 +856,7 @@ =item ptar -C<ptar> is a pure perl implementation of C<tar>, that comes with +C<ptar> is a pure perl implementation of C<tar> that comes with C<Archive::Tar>. =item ptardiff @@ -917,7 +917,7 @@ =item cpan2dist -C<cpan2dist> is a new utility, that comes with CPANPLUS. It's a tool to +C<cpan2dist> is a new utility that comes with CPANPLUS. It's a tool to create distributions (or packages) from CPAN modules. =item pod2html @@ -1325,7 +1325,7 @@ =item Localisation of hash elements -Localizing an hash element whose key was given as a variable didn't work +Localizing a hash element whose key was given as a variable didn't work correctly if the variable was changed while the local() was in effect (as in C<local $h{$x}; ++$x>). (Bo Lindbergh) End of Patch.