From 57f9caa0aab088edb8be37ccc6943cdab7c28169 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 1 Aug 2013 08:58:30 +0100 Subject: [PATCH] Note that three more test files are excluded from XSLoader --- Porting/Maintainers.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index cf6834a..1a2bda9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -2008,7 +2008,10 @@ use File::Glob qw(:case); 'FILES' => q[dist/XSLoader], 'EXCLUDED' => [ qr{^eg/}, - qw( t/pod.t + qw( t/00-load.t + t/01-api.t + t/distchk.t + t/pod.t t/podcover.t t/portfs.t ), -- 2.7.4