This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a393eb2
)
Link TODO test to appropriate RT ticket
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 12 Jul 2007 07:48:29 +0000
(07:48 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 12 Jul 2007 07:48:29 +0000
(07:48 +0000)
p4raw-id: //depot/perl@31594
t/op/local.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/local.t
b/t/op/local.t
index
8bfea00
..
0fe1b2e
100755
(executable)
--- a/
t/op/local.t
+++ b/
t/op/local.t
@@
-332,7
+332,7
@@
eval { for("a") { for $x (1,2) { local $_="b"; s/(.*)/+$1/ } } };
is($@, "");
# Special local() behavior for $[
-# (see RT #
38207 - Useless localization of constant ($[) in getopts.pl}
+# (see RT #
43425, which contains a potential fix)
{
local $[ = 1;
local $TODO = "local() not currently working correctly with \$[";