From: Steve Peters Date: Wed, 28 Nov 2007 14:38:44 +0000 (+0000) Subject: Assorted nits found in perl5110delta. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=292c2b28ddad6d075a85ac24d471429eba86b9df;p=p5sagit%2Fp5-mst-13.2.git Assorted nits found in perl5110delta. p4raw-id: //depot/perl@32531 --- diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index 232a102..e433270 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -21,7 +21,7 @@ pragma, like C or C. Currently the following new features are available: C (adds a switch statement), C (adds a C built-in function), and C -(adds an C keyword for declaring "static" variables). Those +(adds a C keyword for declaring "static" variables). Those features are described in their own sections of this document. The C pragma is also implicitly loaded when you require a minimal @@ -191,7 +191,7 @@ which is much more efficient. (Yves Orton) =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 @@ C command. =item ptar -C is a pure perl implementation of C, that comes with +C is a pure perl implementation of C that comes with C. =item ptardiff @@ -917,7 +917,7 @@ direct use). =item cpan2dist -C is a new utility, that comes with CPANPLUS. It's a tool to +C 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 @@ properly carry that layer on the duped filehandle. (Rafael) =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). (Bo Lindbergh)