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 602bea2351..0d4c1a2090 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 = '7.33_03'; +our $VERSION = '7.34'; $VERSION = eval $VERSION; require Exporter; |