},
'ExtUtils::Manifest' => {
- 'DISTRIBUTION' => 'ETHER/ExtUtils-Manifest-1.69.tar.gz',
+ 'DISTRIBUTION' => 'ETHER/ExtUtils-Manifest-1.70.tar.gz',
'FILES' => q[cpan/ExtUtils-Manifest],
'EXCLUDED' => [
qr(^t/00-report-prereqs),
\bpm_to_blib\.ts$
\bpm_to_blib$
\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+\b_eumm/ # 7.05_05 and above
# Avoid Module::Build generated and utility files.
\bBuild$
use strict;
use warnings;
-our $VERSION = '1.69';
+our $VERSION = '1.70';
our @ISA = ('Exporter');
our @EXPORT_OK = qw(mkmanifest
manicheck filecheck fullcheck skipcheck
=head1 VERSION
-version 1.69
+version 1.70
=head1 SYNOPSIS
Andreas Koenig C<andreas.koenig@anima.de>
-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>.
+Currently maintained by the Perl Toolchain Gang.
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 1996- by Andreas Koenig.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
=cut
SKIP: {
chmod( 0400, 'MANIFEST' );
- skip "Can't make MANIFEST read-only", 2 if -w 'MANIFEST';
+ skip "Can't make MANIFEST read-only", 2 if -w 'MANIFEST' or $Config{osname} eq 'cygwin';
eval {
maniadd({ 'foo' => 'bar' });