diff options
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm index d7c3b1a9e2..361a8a8af9 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm @@ -3,7 +3,7 @@ package ExtUtils::Mkbootstrap; # There's just too much Dynaloader incest here to turn on strict vars. use strict 'refs'; -our $VERSION = '6.78'; +our $VERSION = '6.79_01'; require Exporter; our @ISA = ('Exporter'); |