diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-10-03 13:19:48 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-10-03 13:19:48 +0000 |
commit | 4c857482444fa7fd66ed25e3d116ce432288ecb3 (patch) | |
tree | 03b62965f604bf774dedc9e179a778013984bf5f /lib/ExtUtils/Manifest.pm | |
parent | 7d97ad34e1daa2105bc553c4c1183155427a25b3 (diff) | |
download | perl-4c857482444fa7fd66ed25e3d116ce432288ecb3.tar.gz |
Upgrade to ExtUtils-Manifest-1.48
p4raw-id: //depot/perl@28921
Diffstat (limited to 'lib/ExtUtils/Manifest.pm')
-rw-r--r-- | lib/ExtUtils/Manifest.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ExtUtils/Manifest.pm b/lib/ExtUtils/Manifest.pm index e5ef01afbf..ea1c06797f 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_01'; +$VERSION = '1.48'; @ISA=('Exporter'); @EXPORT_OK = qw(mkmanifest manicheck filecheck fullcheck skipcheck @@ -701,7 +701,9 @@ L<ExtUtils::MakeMaker> which has handy targets for most of the functionality. Andreas Koenig C<andreas.koenig@anima.de> -Currently maintained by Michael G Schwern C<schwern@pobox.com> +Maintained by Michael G Schwern C<schwern@pobox.com> within the +ExtUtils-MakeMaker package and, as a separate CPAN package, by +Randy Kobes C<r.kobes@uwinnipeg.ca>. =cut |