diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-17 09:15:11 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-17 09:15:11 +0000 |
commit | 75d2d88bbe5b638c1ce773568621f1878b16f80e (patch) | |
tree | 4295b7da8fa467fbb354fe329da4bbef61031029 /MANIFEST | |
parent | db42d1485c38c3442e7b62e63d45f5e5b9b66ee1 (diff) | |
parent | 8ce34d6cde97f1991e183842054670f0539d85d3 (diff) | |
download | perl-75d2d88bbe5b638c1ce773568621f1878b16f80e.tar.gz |
Integrate mainline.
p4raw-id: //depot/perlio@9181
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -721,6 +721,10 @@ lib/Getopt/Std.pm Fetch command options (getopt, getopts) lib/I18N/Collate.pm Routines to do strxfrm-based collation lib/IPC/Open2.pm Open a two-ended pipe lib/IPC/Open3.pm Open a three-ended pipe! +lib/Locale/Constants.pm Locale::Codes +lib/Locale/Country.pm Locale::Codes +lib/Locale/Currency.pm Locale::Codes +lib/Locale/Language.pm Locale::Codes lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package lib/Math/BigInt.pm An arbitrary precision integer arithmetic package lib/Math/Complex.pm A Complex package @@ -1474,6 +1478,12 @@ t/lib/io_udp.t See if UDP socket-related methods from IO work t/lib/io_unix.t See if UNIX socket-related methods from IO work t/lib/io_xs.t See if XSUB methods from IO work t/lib/ipc_sysv.t See if IPC::SysV works +t/lib/lc-all.t See if Locale::Codes work +t/lib/lc-constants.t See if Locale::Codes work +t/lib/lc-country.t See if Locale::Codes work +t/lib/lc-currency.t See if Locale::Codes work +t/lib/lc-language.t See if Locale::Codes work +t/lib/lc-uk.t See if Locale::Codes work t/lib/ndbm.t See if NDBM_File works t/lib/net-hostent.t See if Net::hostent works t/lib/odbm.t See if ODBM_File works @@ -1840,6 +1850,7 @@ win32/perlhost.h Perl "host" implementation win32/perllib.c Win32 port win32/pod.mak Win32 port win32/runperl.c Win32 port +win32/sncfnmcs.pl Win32 port win32/splittree.pl Win32 port win32/vdir.h Perl "host" virtual directory manager win32/vmem.h Perl "host" memory manager |