summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-27 13:43:38 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-27 13:43:38 +0000
commit4b053158ffba5bda82094dc0b0cd80c9d2867b97 (patch)
tree26f29f4c4566322e3a63a186067965b54af4269a /MANIFEST
parent62ec34bdab38578dfeaafdadbf57d3722a2f6e0c (diff)
downloadperl-4b053158ffba5bda82094dc0b0cd80c9d2867b97.tar.gz
Integrate I18N::LangTags from Sean Burke.
TODO: the language list from RFC 3066 needs to be integrated and made available somehow. The list is included in the I18N-LangTags 0.21 distribution, but it is undocumented and unconnected to the module. p4raw-id: //depot/perl@10228
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 093ed04ebc..e4ed7d05e7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -765,6 +765,7 @@ lib/FindBin.pm Find name of currently executing program
lib/Getopt/Long.pm Fetch command options (GetOptions)
lib/Getopt/Std.pm Fetch command options (getopt, getopts)
lib/I18N/Collate.pm Routines to do strxfrm-based collation
+lib/I18N/LangTags.pm I18N::LangTags
lib/IPC/Open2.pm Open a two-ended pipe
lib/IPC/Open3.pm Open a three-ended pipe!
lib/Locale/Constants.pm Locale::Codes
@@ -1539,6 +1540,7 @@ t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison
t/lib/h2ph.t See if h2ph works like it should
t/lib/hostname.t See if Sys::Hostname works
t/lib/i18n-collate.t See if I18N::Collate works
+t/lib/i18n-langtags.t See if I18N::LangTags work
t/lib/io_const.t See if constants from IO work
t/lib/io_dir.t See if directory-related methods from IO work
t/lib/io_dup.t See if dup()-related methods from IO work