This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix [perl #74118] $[ assignment not noisy enough
authorZefram <zefram@fysh.org>
Sat, 1 May 2010 17:47:58 +0000 (18:47 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 16 Aug 2010 12:48:23 +0000 (14:48 +0200)
commitf175a6ef89290c8aae9bf1a2f98ab12aaa44292b
tree97675c0336a3a6bcb8aa19c4f47656a0fcdd623b
parente774d6049b5edab9f5afa9a304cdf25f70bd5d37
fix [perl #74118] $[ assignment not noisy enough

Warn about list assignment to $[, as in "($[)=1", in addition to scalar
assignment such as "$[=1".
op.c
t/lib/warnings/op