This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
diag.t: Skip x2p
authorFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 14:22:24 +0000 (06:22 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 21:08:59 +0000 (13:08 -0800)
t/porting/diag.t

index b71c94d..f34a77f 100644 (file)
@@ -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);
 }