summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-25 19:06:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-25 19:06:59 +0000
commitf9cbebe1529365fa24b4bfbacdcdacd498d1cc75 (patch)
treeefc391c46dc267f920ed99029ccc0591b0678814 /MANIFEST
parent43f9e051f38563cb3173a16438f5f3ad5ee6cbb8 (diff)
downloadperl-f9cbebe1529365fa24b4bfbacdcdacd498d1cc75.tar.gz
Recode locale.t so that the change in #3730
is not needed and locale.t works both without and with the utf8 pragma. p4raw-id: //depot/cfgperl@3748
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 9adb74cf68..89e480e489 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1313,7 +1313,9 @@ t/pod/testcmp.pl Module to compare output against expected results
t/pod/testp2pt.pl Module to test Pod::PlainText for a given file
t/pod/testpchk.pl Module to test Pod::Checker for a given file
t/pragma/constant.t See if compile-time constants work
-t/pragma/locale.t See if locale support (i18n and l10n) works
+t/pragma/locale.t See if locale support works
+t/pragma/locale/latin1 Part of locale.t in Latin 1
+t/pragma/locale/utf8 Part of locale.t in UTF8
t/pragma/overload.t See if operator overloading works
t/pragma/strict-refs Tests of "use strict 'refs'" for strict.t
t/pragma/strict-subs Tests of "use strict 'subs'" for strict.t