diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-06 15:13:48 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-06 16:52:40 -0500 |
commit | 8b19c1f8f171b4db09e0f4369f5fa72b488e66bd (patch) | |
tree | fe9e9248aabfea166e8d9942a3ac2c815a9252c5 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm | |
parent | 7baa46900628573770d962400725b38c0773bf47 (diff) | |
download | perl-8b19c1f8f171b4db09e0f4369f5fa72b488e66bd.tar.gz |
Import ExtUtils::MakeMaker 6.55_03 from CPAN
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 f1b47f6750..21163bbd97 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.55_02'; +our $VERSION = '6.55_03'; require Exporter; our @ISA = ('Exporter'); |