diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-23 15:27:15 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-23 15:27:15 +0000 |
commit | b308eaac984433b634f42b8721523057190cf20c (patch) | |
tree | 45cb902b5700de7d68a0af523834c99595b52a9e /lib/ExtUtils/Mkbootstrap.pm | |
parent | 9564a3bd324d2a11ec288a3353233ffa07e5477b (diff) | |
download | perl-b308eaac984433b634f42b8721523057190cf20c.tar.gz |
Get version numbers in line with what's in the CPAN
EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
so bump its version number.)
p4raw-id: //depot/perl@27587
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 ba452fe7ab..7ff0050bb3 100644 --- a/lib/ExtUtils/Mkbootstrap.pm +++ b/lib/ExtUtils/Mkbootstrap.pm @@ -1,6 +1,6 @@ package ExtUtils::Mkbootstrap; -$VERSION = 1.15; +$VERSION = '1.15_01'; use Config; use Exporter; |