diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-27 23:18:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-27 23:18:40 +0000 |
commit | f63f8e2fd0961bccc25f9a9f7fffef07b3c2a65a (patch) | |
tree | 98145958f323456220f5a430e779abf22adbe3f1 /lib/ExtUtils/MakeMaker.pm | |
parent | 8effa313da900da0f8fd20d1b081587c842a085e (diff) | |
download | perl-f63f8e2fd0961bccc25f9a9f7fffef07b3c2a65a.tar.gz |
Version number update.
p4raw-id: //depot/cfgperl@5295
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 cdd8e4b0ad..38cb2169a3 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 = "5.44"; +$VERSION = "5.45"; $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+$//; |