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/Manifest.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/Manifest.pm')
-rw-r--r-- | lib/ExtUtils/Manifest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Manifest.pm b/lib/ExtUtils/Manifest.pm index 0c96f63ca9..e5ef01afbf 100644 --- a/lib/ExtUtils/Manifest.pm +++ b/lib/ExtUtils/Manifest.pm @@ -13,7 +13,7 @@ use vars qw($VERSION @ISA @EXPORT_OK $Is_MacOS $Is_VMS $Debug $Verbose $Quiet $MANIFEST $DEFAULT_MSKIP); -$VERSION = '1.46'; +$VERSION = '1.46_01'; @ISA=('Exporter'); @EXPORT_OK = qw(mkmanifest manicheck filecheck fullcheck skipcheck |