diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-12 21:57:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-12 21:57:06 +0000 |
commit | d06445298904613950b0410a2f3b1125ab58c7b5 (patch) | |
tree | 92e2d7a0ef4e7d624ece57876c27798319fb2f07 /MANIFEST | |
parent | ea9222e0361fc718c049fb5b7d00308ef9b0978d (diff) | |
download | perl-d06445298904613950b0410a2f3b1125ab58c7b5.tar.gz |
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
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4035,6 +4035,7 @@ t/uni/upper.t See if Unicode casing works t/uni/write.t See if Unicode formats work t/win32/system.t See if system works in Win* t/win32/system_tests Test runner for system.t +t/uni/tie.t See if Unicode tie works t/x2p/s2p.t See if s2p/psed work uconfig.h Configuration header for microperl uconfig.sh Configuration script for microperl |