This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
This is my patch patch.0a for perl5.000.
authorTim Bunce <Tim.Bunce@ig.co.uk>
Mon, 19 Dec 1994 22:27:00 +0000 (22:27 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 19 Dec 1994 22:27:00 +0000 (22:27 +0000)
commit42793c05a05499f6592114920af255acb5944481
tree4e586d76e6f9ce3c2bda834eb634cc0f611e587c
parenta0d0e21ea6ea90a22318550944fe6cb09ae10cda
This is my patch  patch.0a  for perl5.000.

[Actually, that's a lie.  This is just MakeMaker 3.6.  I've just
usurped the letter 'a' to fit it into my patch sequence.]

        Andy Dougherty                  doughera@lafcol.lafayette.edu
        Dept. of Physics
        Lafayette College, Easton PA

this patch includes:

- My recently posted 'Very small patches to AutoSplit.pm and Cwd.pm'
  (with no changes).

- A previous small patch to DynaLoader .bs handling with one addition:
  !     if (-f $bs) {
  !     if (-s $bs) { # only read file if it's not empty

- A recently posted patch to hints/aix.sh (with cosmetic changes).

Hopefully no further changes to MakeMaker will be needed before perl5.001.
If any changes are required I intend that they will be release as patches
to be applied over this one. This is the last MakeMaker jumbo patch for
perl5.000.

Patch and enjoy.

Regards,
Tim Bunce.

p.s. I'll be around until about 4pm GMT tomorrow (Tuesday), after that
I'm off for Christmas. This has been a great year for me. I have very
much enjoyed working with the perl5-porters and I wish you all a
wonderful and merry Christmas and a very happy New Year.
29 files changed:
MANIFEST
Makefile.SH
ext/DB_File/Makefile.PL [new file with mode: 0644]
ext/DB_File/Makefile.SH [deleted file]
ext/DynaLoader/DynaLoader.pm
ext/DynaLoader/Makefile.PL [new file with mode: 0644]
ext/DynaLoader/Makefile.SH [deleted file]
ext/Fcntl/Makefile.PL [new file with mode: 0644]
ext/Fcntl/Makefile.SH [deleted file]
ext/GDBM_File/Makefile.PL [new file with mode: 0644]
ext/GDBM_File/Makefile.SH [deleted file]
ext/NDBM_File/Makefile.PL [new file with mode: 0644]
ext/NDBM_File/Makefile.SH [deleted file]
ext/ODBM_File/Makefile.PL [new file with mode: 0644]
ext/ODBM_File/Makefile.SH [deleted file]
ext/POSIX/Makefile.PL [new file with mode: 0644]
ext/POSIX/Makefile.SH [deleted file]
ext/SDBM_File/Makefile.PL [new file with mode: 0644]
ext/SDBM_File/Makefile.SH [deleted file]
ext/SDBM_File/sdbm/Makefile.PL [new file with mode: 0644]
ext/SDBM_File/sdbm/Makefile.SH [deleted file]
ext/Socket/Makefile.PL [new file with mode: 0644]
ext/Socket/Makefile.SH [deleted file]
ext/util/make_ext
h2xs
hints/aix.sh
lib/AutoSplit.pm
lib/Cwd.pm
lib/ExtUtils/MakeMaker.pm