From b722085f4025ba856085392a9b05f09ba27e926e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 2 Feb 2011 11:07:37 -0500 Subject: [PATCH] made abigail's new porting/cmp_version.t not scream about blead-upstream module versions since we don't control them --- t/porting/cmp_version.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/porting/cmp_version.t b/t/porting/cmp_version.t index 1b79052..7588f6b 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; -- 1.8.3.1