diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-08 10:03:10 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-08 10:03:10 +0200 |
commit | c09562552278eb4945e2fed8b0ba38b1a12597a7 (patch) | |
tree | 1a2cd70aa5485ffdc751b39562bd127ce31441c7 /lib/ExtUtils/Mkbootstrap.pm | |
parent | d2aa556d1dea54fbfdfccbd64c2c477a79461a56 (diff) | |
download | perl-c09562552278eb4945e2fed8b0ba38b1a12597a7.tar.gz |
Upgrade to MakeMaker 6.53_02
Diffstat (limited to 'lib/ExtUtils/Mkbootstrap.pm')
-rw-r--r-- | lib/ExtUtils/Mkbootstrap.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Mkbootstrap.pm b/lib/ExtUtils/Mkbootstrap.pm index f6606cf1c2..5f8ae47488 100644 --- a/lib/ExtUtils/Mkbootstrap.pm +++ b/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.52'; +our $VERSION = '6.53_02'; require Exporter; our @ISA = ('Exporter'); |