summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-08-12 18:42:35 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 03:20:13 +0000
commit8ada0baa1f731edbe470a7630cfeb30c131b4672 (patch)
tree878d7ca51320e5fb9ab9f95b0c13c54031deddad /MANIFEST
parent4beedc23b598a493399ba23c8c4bd5448e52283a (diff)
downloadperl-8ada0baa1f731edbe470a7630cfeb30c131b4672.tar.gz
apply minimal variant of patch (sent via private mail)
Message-Id: <199808121242.PAA29761@comanche.spices> Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands p4raw-id: //depot/perl@1803
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 91147fda99..966cc80abe 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1116,6 +1116,7 @@ t/op/tie.t See if tie/untie functions work
t/op/tiearray.t See if tie for arrays works
t/op/tiehandle.t See if tie for handles works
t/op/time.t See if time functions work
+t/op/tr.t See if tr works
t/op/undef.t See if undef works
t/op/universal.t See if UNIVERSAL class works
t/op/unshift.t See if unshift works