In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/aa5e9df811173647b90d726d2966172b613c8789?hp=98107fc72616109aca5e0f235c7401288a09bd2f>

- Log -----------------------------------------------------------------
commit aa5e9df811173647b90d726d2966172b613c8789
Author: Bram <[email protected]>
Date:   Fri Jul 24 13:16:29 2009 +0200

    This test is for [perl #60508] (it's in rt.perl.org; not in rt.cpan.org)
-----------------------------------------------------------------------

Summary of changes:
 t/op/reg_60508.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/op/reg_60508.t b/t/op/reg_60508.t
index 96a4fef..d5df1cf 100644
--- a/t/op/reg_60508.t
+++ b/t/op/reg_60508.t
@@ -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";

--
Perl5 Master Repository

Reply via email to