diff options
author | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1995-06-06 01:17:58 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1995-06-06 01:17:58 +0000 |
commit | 005c1a0e007f6f2f3efe461d6a5930a88ccb88fb (patch) | |
tree | 176ab6c84a969d3a3254ab0a653d72a12022c12b /MANIFEST | |
parent | c296029969658ed2c8d9a223d4b09026463ca970 (diff) | |
download | perl-005c1a0e007f6f2f3efe461d6a5930a88ccb88fb.tar.gz |
This is my patch patch.1k for perl5.001.
This patch brings you MakeMaker-4.15. This is MakeMaker-4.13 plus
patches to provide the LD_RUN_PATH environment variable for building
shared libraries, and the appropriate -I flags for running xsubpp
while building perl.
To apply, change to your perl directory, run the command above, then
apply with
patch -p1 -N < thispatch.
After you apply this patch, you should apply patch.1l.
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 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -98,7 +98,6 @@ ext/DynaLoader/dl_vms.xs VMS implementation ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files ext/Fcntl/Fcntl.pm Fcntl extension Perl module ext/Fcntl/Fcntl.xs Fcntl extension external subroutines -ext/Fcntl/MANIFEST Fcntl extension file list ext/Fcntl/Makefile.PL Fcntl extension makefile writer ext/GDBM_File/GDBM_File.pm GDBM extension Perl module ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines @@ -249,7 +248,10 @@ lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) lib/English.pm Readable aliases for short variables lib/Env.pm Map environment into ordinary variables lib/Exporter.pm Exporter base class +lib/ExtUtils/Liblist.pm Locates libraries lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions +lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files +lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker) lib/ExtUtils/typemap Extension interface types lib/ExtUtils/xsubpp External subroutine preprocessor lib/File/Basename.pm A module to emulate the basename program |