diff options
author | Andy Dougherty <doughera.lafayette.edu> | 1995-12-02 03:12:54 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1995-12-02 03:12:54 +0000 |
commit | f8881bd9b4aab880d830b06ff42f1da38fceee8a (patch) | |
tree | 355e128ee85eec605b63818ad48f7236896191bb /MANIFEST | |
parent | 864a5fa82f3880839549be048858ea56b16abc8d (diff) | |
download | perl-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-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |