Make my $pi := 4; a syntax error.
authorNicholas Clark <nick@ccl4.org>
Fri, 26 Nov 2010 15:53:56 +0000 (15:53 +0000)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Nov 2010 21:17:06 +0000 (13:17 -0800)
commit2dc78664124f51814246e5b3da10c8a9f5fe2726
treecf749927370f04975bb52b0cef8940bd634f727e
parentd42388159bbfea27efd2de1d76aa62e99f6c8240
Make my $pi := 4; a syntax error.

Previously it interpreted := as an empty attribute list, and issued a
deprecation warning. This change permits := to be used as a binding operator.
dist/B-Deparse/t/deparse.t
pod/perldelta.pod
pod/perldiag.pod
t/lib/warnings/toke
t/op/attrs.t
toke.c