This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore ExtUtils::Command release tests
authorFlorian Ragwitz <rafl@debian.org>
Mon, 28 Feb 2011 10:37:07 +0000 (11:37 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 28 Feb 2011 10:37:07 +0000 (11:37 +0100)
Porting/Maintainers.pl

index e5a03c6..40517f9 100755 (executable)
@@ -602,11 +602,7 @@ use File::Glob qw(:case);
        'MAINTAINER'    => 'p5p',
        'DISTRIBUTION'  => 'FLORA/ExtUtils-Command-1.17.tar.gz',
        'FILES'         => q[dist/ExtUtils-Command],
-       'EXCLUDED'      => [ qw{ t/shell_command.t
-                                t/shell_exit.t
-                                lib/Shell/Command.pm
-                              },
-                          ],
+       'EXCLUDED'      => [ qr{^t/release-} ],
        'UPSTREAM'      => 'blead',
        },