made abigail's new porting/cmp_version.t not scream about blead-upstream
authorJesse Vincent <jesse@bestpractical.com>
Wed, 2 Feb 2011 16:07:37 +0000 (11:07 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Wed, 2 Feb 2011 16:07:37 +0000 (11:07 -0500)
module versions since we don't control them

t/porting/cmp_version.t

index 1b79052..7588f6b 100644 (file)
@@ -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;