From: Mark-Jason Dominus Date: Fri, 15 Mar 2002 18:48:42 +0000 (+0000) Subject: minor corrections in perldelta.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d4213c39605fa04aafc0c3a24e3ad430daab14e;p=p5sagit%2Fp5-mst-13.2.git minor corrections in perldelta.pod Message-Id: <20020315184842.13573.qmail@plover.com> p4raw-id: //depot/perl@15246 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c07cda8..5c68ee9 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2384,7 +2384,7 @@ is made, a warning is given. =item * C and C (with no values to push or unshift) -now give a warning. This may be a problem for generated and evaled +now gives a warning. This may be a problem for generated and evaled code. =item * @@ -2396,11 +2396,12 @@ for the C<"c"> format and a number less than -128 or more than 127. =item * Certain regex modifiers such as C<(?o)> make sense only if applied to -the entire regex. You will an optional warning if you try to do otherwise. +the entire regex. You will get an optional warning if you try to do +otherwise. =item * -Using arrays or hashes as references (e.g. C<< %foo->{bar} >> +Using arrays or hashes as references (e.g. C<< %foo->{bar} >> has been deprecated for a while. Now you will get an optional warning. =item *