This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate ?PATTERN? without explicit m operator
authorZefram <zefram@fysh.org>
Wed, 24 Nov 2010 19:32:50 +0000 (14:32 -0500)
committerDavid Golden <dagolden@cpan.org>
Wed, 24 Nov 2010 19:32:50 +0000 (14:32 -0500)
commit725a61d709bfdf8b3423a1409027c3ea9cd0c4f9
treecc8cc1389f2d1d818c9cb6fc885a431e090cbc95
parentd59a8b3e000058b06c6c29b782826d702b04630a
Deprecate ?PATTERN? without explicit m operator

Deprecate ?PATTERN?, recommending the equivalent m?PATTERN? syntax, in
order to eventually allow the question mark to be used in new operators
that would currently be ambiguous.

(With minor reconciliation edits by David Golden)

Signed-off-by: David Golden <dagolden@cpan.org>
pod/perldiag.pod
pod/perlop.pod
t/lib/warnings/toke
t/op/reset.t
t/re/pat.t
t/re/pat_rt_report.t
toke.c