This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump up the VERSIONs of modules that have changed since 5.6.0,
[perl5.git] / lib / ExtUtils / MakeMaker.pm
index 82fe312..4e258ce 100644 (file)
@@ -2,7 +2,7 @@ BEGIN {require 5.002;} # MakeMaker 5.17 was the last MakeMaker that was compatib
 
 package ExtUtils::MakeMaker;
 
-$VERSION = "5.45";
+$VERSION = "5.46";
 $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+$//;