From: Rafael Garcia-Suarez Date: Thu, 12 Jul 2007 07:48:29 +0000 (+0000) Subject: Link TODO test to appropriate RT ticket X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27342c9aaae52f56fd3c005d22d03d17597170fd;p=p5sagit%2Fp5-mst-13.2.git Link TODO test to appropriate RT ticket p4raw-id: //depot/perl@31594 --- diff --git a/t/op/local.t b/t/op/local.t index 8bfea00..0fe1b2e 100755 --- 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 \$[";