This test is for [perl #60508] (it's in rt.perl.org; not in rt.cpan.org)
authorBram <p5p@perl.wizbit.be>
Fri, 24 Jul 2009 11:16:29 +0000 (13:16 +0200)
committerVincent Pit <perl@profvince.com>
Fri, 24 Jul 2009 11:54:03 +0000 (13:54 +0200)
t/op/reg_60508.t

index 96a4fef..d5df1cf 100644 (file)
@@ -1,6 +1,6 @@
 #!./perl
 
-# This is a test for rt.cpan.org 60508 which I can't figure out where else
+# This is a test for [perl #60508] which I can't figure out where else
 # to put it or what the underlying problem is, but it has to go somewhere.
 # --Schwern
 
@@ -21,7 +21,7 @@ k2.2 = \x{2022}
 EXPECT
     utf8::encode($expect);
 
-    local $TODO = "rt.cpan.org 60508";
+    local $TODO = "[perl #60508]";
 
     fresh_perl_is(<<'CODE', $expect, {});
 binmode STDOUT, ":utf8";