projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9761655
)
Skip .xs files in t/ dirs when comparing versions
author
Florian Ragwitz
<rafl@debian.org>
Tue, 12 Jul 2011 21:20:12 +0000
(23:20 +0200)
committer
Florian Ragwitz
<rafl@debian.org>
Tue, 12 Jul 2011 21:20:12 +0000
(23:20 +0200)
Porting/cmpVERSION.pl
patch
|
blob
|
history
diff --git
a/Porting/cmpVERSION.pl
b/Porting/cmpVERSION.pl
index
5dadcf5
..
14023a6
100755
(executable)
--- a/
Porting/cmpVERSION.pl
+++ b/
Porting/cmpVERSION.pl
@@
-124,7
+124,7
@@
foreach (`git --no-pager diff --name-only $tag_to_compare --diff-filter=ACMRTUXB
next if exists $upstream_files{$_};
if (/\.pm\z/) {
push @{$module_diffs{$_}}, $_;
- } elsif (/\.xs\z/) {
+ } elsif (/\.xs\z/
&& !/\bt\b/
) {
push @{$module_diffs{pm_file_from_xs($_)}}, $_;
}
}