summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-12 21:57:06 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-12 21:57:06 +0000
commitd06445298904613950b0410a2f3b1125ab58c7b5 (patch)
tree92e2d7a0ef4e7d624ece57876c27798319fb2f07 /MANIFEST
parentea9222e0361fc718c049fb5b7d00308ef9b0978d (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 222cdebea5..e251bb4283 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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