diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-03 13:52:24 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-03 13:52:24 +0000 |
commit | 2b4677ea9793943ffbb11af6629d6af09fd80c85 (patch) | |
tree | f49de09a327d5c9929a96721187cd8bf31c761a7 /MANIFEST | |
parent | 133749d492486f4f84f1e9ed75a1db8a5ee85100 (diff) | |
download | perl-2b4677ea9793943ffbb11af6629d6af09fd80c85.tar.gz |
Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
p4raw-id: //depot/perl@53
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,7 @@ README.cygwin32 Notes about Cygwin32 port README.os2 Notes about OS/2 port README.plan9 Notes about Plan9 port README.qnx Notes about QNX port +README.threads Notes about multithreading README.vms Notes about VMS port README.win32 Notes about Win32 port Todo The Wishlist @@ -317,6 +318,7 @@ lib/CPAN.pm Interface to Comprehensive Perl Archive Network lib/CPAN/FirstTime.pm Utility for creating CPAN config files lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions lib/Carp.pm Error message base class +lib/Class/Fields.pm Set up object field names for pseudo-hash-using classes lib/Class/Struct.pm Declare struct-like datatypes as Perl classes lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm @@ -354,6 +356,7 @@ 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/ISA.pm Initialise @ISA at compile-time 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 |