Change 30117 by [EMAIL PROTECTED] on 2007/02/04 19:00:56

        local $[ works quite nicely in maint, so un-TODO it.

Affected files ...

... //depot/maint-5.8/perl/t/op/local.t#11 edit

Differences ...

==== //depot/maint-5.8/perl/t/op/local.t#11 (xtext) ====
Index: perl/t/op/local.t
--- perl/t/op/local.t#10~29961~ 2007-01-24 14:12:24.000000000 -0800
+++ perl/t/op/local.t   2007-02-04 11:00:56.000000000 -0800
@@ -335,9 +335,7 @@
 # (see RT #38207 - Useless localization of constant ($[) in getopts.pl}
 {
     local $[ = 1;
-    local $TODO = "local() not currently working correctly with \$[";
     ok(1 == $[);
-    undef $TODO;
     f();
 }
 
End of Patch.

Reply via email to