This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a90611
)
made abigail's new porting/cmp_version.t not scream about blead-upstream
author
Jesse Vincent
<jesse@bestpractical.com>
Wed, 2 Feb 2011 16:07:37 +0000
(11:07 -0500)
committer
Jesse 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
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/cmp_version.t
b/t/porting/cmp_version.t
index
1b79052
..
7588f6b
100644
(file)
--- 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;