diff options
author | David Mitchell <davem@iabyn.com> | 2009-08-05 20:46:32 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-08-05 20:46:32 +0100 |
commit | cb06ebec412ca5c62617b8007098bd39019a09df (patch) | |
tree | 91636adad558e2269e74e0dba5e4ecacdaa6d808 /lib/ExtUtils/Mkbootstrap.pm | |
parent | 039dab98824ab37144e8e9a1c62c6a4cbd4a8012 (diff) | |
download | perl-cb06ebec412ca5c62617b8007098bd39019a09df.tar.gz |
ExtUtils::MakeMaker 6.55_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 c7f8fe73a0..f1b47f6750 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.55_01'; +our $VERSION = '6.55_02'; require Exporter; our @ISA = ('Exporter'); |