This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix a comment: this tests perl #91852 not 91850
authorTony Cook <tony@develop-help.com>
Wed, 15 Aug 2012 00:34:32 +0000 (10:34 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 15 Aug 2012 00:35:34 +0000 (10:35 +1000)
noted by mauke (James Rustle) in #p5p

lib/utf8.t

index 76ab7df..66e490d 100644 (file)
@@ -450,7 +450,7 @@ SKIP: {
 }
 
 {
-    # utf8::decode should stringify refs [perl #91850].
+    # utf8::decode should stringify refs [perl #91852].
 
     package eieifg { use overload '""'      => sub { "\x{c3}\x{b3}" },
                                    fallback => 1 }