This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove support for ?PATTERN? without explicit 'm' operator
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Wed, 1 Jan 2014 02:41:25 +0000 (03:41 +0100)
committerMatthew Horsfall (alh) <wolfsage@gmail.com>
Tue, 17 Jun 2014 11:59:46 +0000 (07:59 -0400)
commitc338375688229712edcde6a1ad31fcc586f10e91
treee7bfcb52131eeb9b0b808910bd0ae1b6bc4f388b
parentd0a29c363d313dc91fc5bfe71f7a5c525acfed03
Remove support for ?PATTERN? without explicit 'm' operator

This has issued a deprecation warning since v5.14 (commit 725a61d70),
and precludes using ? as an operator after a unary operator that
defaults to $_, such as:

   ref ? $_ : [$_]
pod/perldelta.pod
pod/perldiag.pod
t/lib/warnings/toke
toke.c