Skip to content

Commit

Permalink
special handling for cpantestersmatrix-travis.pl needed
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Jan 8, 2015
1 parent edec1a1 commit 43b77c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/00compile.t
Expand Up @@ -22,7 +22,7 @@ my @files = (

for my $f (@files) {
my @opts;
if ($f =~ m{^cgi-bin/cpantestersmatrix2?\.pl$}) {
if ($f =~ m{^cgi-bin/cpantestersmatrix(?:|2|-travis)\.pl$}) {
push @opts, '-T';
}
open my $OLDERR, ">&", \*STDERR or die;
Expand Down

0 comments on commit 43b77c8

Please sign in to comment.