summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-08 01:14:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-08 01:14:02 +0000
commit4bbcc6e8db9fbcaee50f943cf9676737ff07d048 (patch)
treebe9f6a494439a4a4296335b4bd2be6a1941877ef /MANIFEST
parent1475152f1741f07dd9b54406ebac0872695b59b7 (diff)
downloadperl-4bbcc6e8db9fbcaee50f943cf9676737ff07d048.tar.gz
Add I18N::Langinfo, which is basically a wrapper around
nl_langinfo(), which is an additional way to query locale specific information. p4raw-id: //depot/perl@11207
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 118481f4a1..2c9da00aed 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -315,6 +315,10 @@ ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture
ext/GDBM_File/Makefile.PL GDBM extension makefile writer
ext/GDBM_File/typemap GDBM extension interface types
+ext/I18N/Langinfo/Langinfo.pm I18N::Langinfo
+ext/I18N/Langinfo/Langinfo.t I18N::Langinfo
+ext/I18N/Langinfo/Langinfo.xs I18N::Langinfo
+ext/I18N/Langinfo/Makefile.PL I18N::Langinfo
ext/IO/ChangeLog IO perl module change log
ext/IO/IO.pm Top-level interface to IO::* classes
ext/IO/IO.xs IO extension external subroutines