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:
f36743d
)
diag.t: Skip x2p
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 17 Nov 2013 14:22:24 +0000
(06:22 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 17 Nov 2013 21:08:59 +0000
(13:08 -0800)
t/porting/diag.t
patch
|
blob
|
history
diff --git
a/t/porting/diag.t
b/t/porting/diag.t
index b71c94d737ef4c2de12cf209303a008dd58962b2..f34a77f2bc0d35390939a6277425646fb88c876a 100644
(file)
--- a/
t/porting/diag.t
+++ b/
t/porting/diag.t
@@
-183,7
+183,7
@@
while (my $file = <$fh>) {
$file =~ s/\s+.*//;
next unless $file =~ /\.(?:c|cpp|h|xs|y)\z/ or $file =~ /^perly\./;
# OS/2 extensions have never been migrated to ext/, hence the special case:
- next if $file =~ m!\A(?:ext|dist|cpan|lib|t|os2/OS2)/!
+ next if $file =~ m!\A(?:ext|dist|cpan|lib|t|os2/OS2
|x2p
)/!
&& $file !~ m!\Aext/DynaLoader/!;
check_file($file);
}