summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-12-07 16:26:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-12-07 16:26:27 +0000
commita4e763d255f438842cb1a0ea0849a7ff4d3b1e4e (patch)
tree641dde2bf179dd1a2c40a50c08617b8c9d6527e3 /MANIFEST
parent4000df3cb59c6385fef88b3fb52e819cf05312fa (diff)
downloadperl-a4e763d255f438842cb1a0ea0849a7ff4d3b1e4e.tar.gz
Add user-definable To-mappings. (So if you don't agree
with the Unicode mappings, you can make your own.) Resolves [perl #3741]. p4raw-id: //depot/maint-5.8/perl@18254
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 1ecb28f530..6b81a105e0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2563,6 +2563,7 @@ t/op/index.t See if index works
t/op/int.t See if int works
t/op/join.t See if join works
t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work
+t/op/lc_user.t See if user-defined lc et alia work
t/op/length.t See if length works
t/op/lex_assign.t See if ops involving lexicals or pad temps work
t/op/lfs.t See if large files work for perlio