diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-28 20:46:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-28 20:46:30 +0000 |
commit | 3c8a44569607336e4bea79da62162b3ded82557b (patch) | |
tree | fd063fc9ea33c7be96772845331722aad4f55472 /lib/ExtUtils/MakeMaker.pm | |
parent | 61fdecaa0167a69938eb4ee2dc6fc2979a2c2c6b (diff) | |
download | perl-3c8a44569607336e4bea79da62162b3ded82557b.tar.gz |
fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
Dvornik)
p4raw-id: //depot/perl@1899
Diffstat (limited to 'lib/ExtUtils/MakeMaker.pm')
-rw-r--r-- | lib/ExtUtils/MakeMaker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index 4b3fed7369..ba40fd7a32 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -2,7 +2,7 @@ BEGIN {require 5.002;} # MakeMaker 5.17 was the last MakeMaker that was compatib package ExtUtils::MakeMaker; -$Version = $VERSION = "5.4301"; +$Version = $VERSION = "5.4302"; $Version_OK = "5.17"; # Makefiles older than $Version_OK will die # (Will be checked from MakeMaker version 4.13 onwards) ($Revision = substr(q$Revision: 1.222 $, 10)) =~ s/\s+$//; |