diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-27 13:43:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-27 13:43:38 +0000 |
commit | 4b053158ffba5bda82094dc0b0cd80c9d2867b97 (patch) | |
tree | 26f29f4c4566322e3a63a186067965b54af4269a /MANIFEST | |
parent | 62ec34bdab38578dfeaafdadbf57d3722a2f6e0c (diff) | |
download | perl-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-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |