This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug whereby length on a tied scalar that returned a UTF-8 value
authorNicholas Clark <nick@ccl4.org>
Sat, 12 Jan 2008 21:57:06 +0000 (21:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 12 Jan 2008 21:57:06 +0000 (21:57 +0000)
commitd06445298904613950b0410a2f3b1125ab58c7b5
tree92e2d7a0ef4e7d624ece57876c27798319fb2f07
parentea9222e0361fc718c049fb5b7d00308ef9b0978d
Fix bug whereby length on a tied scalar that returned a UTF-8 value
would not be correct the first time. (And for the more pathological
case, would be incorrect if the UTF-8-ness of the returned value
changed.)

p4raw-id: //depot/perl@32968
MANIFEST
mg.c
t/op/length.t
t/uni/tie.t [new file with mode: 0644]