From 43b77c862582d4990de7ad5aa118fd2e390d2c39 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Thu, 8 Jan 2015 21:06:49 +0100 Subject: [PATCH] special handling for cpantestersmatrix-travis.pl needed --- t/00compile.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/00compile.t b/t/00compile.t index 067ffb0..681693b 100644 --- a/t/00compile.t +++ b/t/00compile.t @@ -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;