Message-Id: <
20020315184842.13573.qmail@plover.com>
p4raw-id: //depot/perl@15246
=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 *
=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 *