In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/892522a605b5b55c985ef64637281fbd363f4c16?hp=0ace302a2635019d2fcbe257549cdf1497c4f585>
- Log ----------------------------------------------------------------- commit 892522a605b5b55c985ef64637281fbd363f4c16 Author: Tony Cook <[email protected]> Date: Wed Aug 15 10:34:32 2012 +1000 fix a comment: this tests perl #91852 not 91850 noted by mauke (James Rustle) in #p5p ----------------------------------------------------------------------- Summary of changes: lib/utf8.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/utf8.t b/lib/utf8.t index 76ab7df..66e490d 100644 --- a/lib/utf8.t +++ b/lib/utf8.t @@ -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 } -- Perl5 Master Repository
