diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 19:06:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 19:06:59 +0000 |
commit | f9cbebe1529365fa24b4bfbacdcdacd498d1cc75 (patch) | |
tree | efc391c46dc267f920ed99029ccc0591b0678814 /MANIFEST | |
parent | 43f9e051f38563cb3173a16438f5f3ad5ee6cbb8 (diff) | |
download | perl-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-- | MANIFEST | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |