summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-02-02 11:07:37 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-02-02 11:07:37 -0500
commitb722085f4025ba856085392a9b05f09ba27e926e (patch)
tree3e0fcd3e4a1ca96f71ddc452befbe6fc18ca58b3
parent5a90611d575fc5b933f2f9985a83dbddd0bee0ca (diff)
downloadperl-b722085f4025ba856085392a9b05f09ba27e926e.tar.gz
made abigail's new porting/cmp_version.t not scream about blead-upstream
module versions since we don't control them
-rw-r--r--t/porting/cmp_version.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/cmp_version.t b/t/porting/cmp_version.t
index 1b790521b7..7588f6b4f5 100644
--- a/t/porting/cmp_version.t
+++ b/t/porting/cmp_version.t
@@ -63,7 +63,7 @@ my %skip;
'lib/Exporter/Heavy.pm',
'win32/FindExt.pm',
} = ();
-my $skip_dirs = qr|^t/lib|;
+my $skip_dirs = qr{^(?:t/lib|cpan)};
my @all_diffs = `git --no-pager diff --name-only $tag_to_compare`;
chomp @all_diffs;