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/Install.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/Install.pm')
-rw-r--r-- | lib/ExtUtils/Install.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 17cb7f156c..80ec52c322 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -2,7 +2,7 @@ package ExtUtils::Install; use 5.00503; use vars qw(@ISA @EXPORT $VERSION); -$VERSION = '1.33_01'; +$VERSION = '1.33_02'; use Exporter; use Carp (); |