summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorAndy Dougherty <doughera.lafayette.edu>1995-12-02 03:12:54 +0000
committerAndy Dougherty <doughera.lafayette.edu>1995-12-02 03:12:54 +0000
commitf8881bd9b4aab880d830b06ff42f1da38fceee8a (patch)
tree355e128ee85eec605b63818ad48f7236896191bb /MANIFEST
parent864a5fa82f3880839549be048858ea56b16abc8d (diff)
downloadperl-f8881bd9b4aab880d830b06ff42f1da38fceee8a.tar.gz
This is patch.2b1c to perl5.002beta1. This patch includes
lib/SelfLoader, version 1.06, and lib/Devel/SelfStubber, version 1.01. These versions include prototype support. This is simply re-posting these library modules. I have also updated MANIFEST to include them. Nothing else is included. cd to your perl source directory and type patch -p1 -N < patch.2b1c Patch and enjoy, Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ca4e99c699..fde248347e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -242,6 +242,7 @@ lib/AutoSplit.pm A module to split up autoload functions
lib/Benchmark.pm A module to time pieces of code and such
lib/Carp.pm Error message base class
lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
+lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
lib/English.pm Readable aliases for short variables
lib/Env.pm Map environment into ordinary variables
lib/Exporter.pm Exporter base class
@@ -266,6 +267,7 @@ lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
lib/Math/Complex.pm A Complex package
lib/Net/Ping.pm Ping methods
lib/Search/Dict.pm A module to do binary search on dictionaries
+lib/SelfLoader.pm A module to load functions only on demand.
lib/Shell.pm A module to make AUTOLOADEed system() calls
lib/SubstrHash.pm Compact hash for known key, value and table size
lib/Sys/Hostname.pm Hostname methods