From: Nicholas Clark Date: Tue, 13 Oct 2009 14:32:03 +0000 (+0100) Subject: localisation of $[ is deprecated, so needs no warnings 'deprecated'; X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4521bb0671e9410465c861eb64d36b312a967b53;p=p5sagit%2Fp5-mst-13.2.git localisation of $[ is deprecated, so needs no warnings 'deprecated'; --- diff --git a/t/op/local.t b/t/op/local.t index 211213b..db9912a 100644 --- a/t/op/local.t +++ b/t/op/local.t @@ -623,6 +623,7 @@ is($@, ""); # RT #4342 Special local() behavior for $[ { + no warnings 'deprecated'; local $[ = 1; ok(1 == $[, 'lexcical scope of local $['); f();