This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ace302
)
fix a comment: this tests perl #91852 not 91850
author
Tony Cook
<tony@develop-help.com>
Wed, 15 Aug 2012 00:34:32 +0000
(10:34 +1000)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/lib/utf8.t
b/lib/utf8.t
index
76ab7df
..
66e490d
100644
(file)
--- a/
lib/utf8.t
+++ b/
lib/utf8.t
@@
-450,7
+450,7
@@
SKIP: {
}
{
- # utf8::decode should stringify refs [perl #9185
0
].
+ # utf8::decode should stringify refs [perl #9185
2
].
package eieifg { use overload '""' => sub { "\x{c3}\x{b3}" },
fallback => 1 }