projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d152a4c
)
localisation of $[ is deprecated, so needs no warnings 'deprecated';
Nicholas Clark [Tue, 13 Oct 2009 14:32:03 +0000 (15:32 +0100)]
t/op/local.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/local.t
b/t/op/local.t
index
211213b
..
db9912a
100644
(file)
--- 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();