Change 15246 by ams@lustre on 2002/03/15 17:53:23
Subject: minor corrections in perldelta.pod
From: [EMAIL PROTECTED]
Date: 15 Mar 2002 18:48:42 -0000
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/pod/perldelta.pod#311 edit
Differences ...
==== //depot/perl/pod/perldelta.pod#311 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod.~1~ Fri Mar 15 11:00:05 2002
+++ perl/pod/perldelta.pod Fri Mar 15 11:00:05 2002
@@ -2384,7 +2384,7 @@
=item *
C<push @a;> and C<unshift @a;> (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 @@
=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 *
End of Patch.