This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore ExtUtils::Manifest's release tests in the core
authorFlorian Ragwitz <rafl@debian.org>
Fri, 19 Aug 2011 12:22:08 +0000 (15:22 +0300)
committerFlorian Ragwitz <rafl@debian.org>
Fri, 19 Aug 2011 12:22:08 +0000 (15:22 +0300)
Porting/Maintainers.pl

index 07c891b..b648dea 100755 (executable)
@@ -746,6 +746,7 @@ use File::Glob qw(:case);
        'MAINTAINER'    => 'p5p',
        'DISTRIBUTION'  => 'FLORA/ExtUtils-Manifest-1.60.tar.gz',
        'FILES'         => q[dist/ExtUtils-Manifest],
+       'EXCLUDED'      => [ qr(t/release-.*\.t) ],
        'UPSTREAM'      => 'blead',
        },