In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/8fb629dbc35ef4d5ec17062231fd1a79dc5a0a75?hp=0f264506c260560bd7d033a3b5ded71e99185430>

- Log -----------------------------------------------------------------
commit 8fb629dbc35ef4d5ec17062231fd1a79dc5a0a75
Author: Karl Williamson <[email protected]>
Date:   Sat Jan 19 21:37:36 2013 -0700

    Replace XXX by correct bug number
    
    Commit 4d68ffa0f7f345bc1ae6751744518ba4bc3859bd failed to get the
    correct bug number in a comment
-----------------------------------------------------------------------

Summary of changes:
 t/lib/warnings/toke |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/lib/warnings/toke b/t/lib/warnings/toke
index 1817d86..5ee3ad5 100644
--- a/t/lib/warnings/toke
+++ b/t/lib/warnings/toke
@@ -1308,7 +1308,7 @@ sub { # do not actually call require
 EXPECT
 ########
 # toke.c
-# [perl #XXX] Erroneous ambiguity warnings
+# [perl #113094]
 print "aa" =~ m{^a\{1,2\}$}, "\n";
 print "aa" =~ m{^a\x\{61\}$}, "\n";
 print "aa" =~ m{^a{1,2}$}, "\n";

--
Perl5 Master Repository

Reply via email to