From: David Mitchell Date: Fri, 17 Jul 2009 20:38:44 +0000 (+0100) Subject: document why SQLite tests are exlcuded X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=557305a74c6d0c54e5ad44e454c260ee7366f428;p=p5sagit%2Fp5-mst-13.2.git document why SQLite tests are exlcuded --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 17e4614..db9a2d6 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -477,7 +477,10 @@ package Maintainers; ], 'EXCLUDED' => [ qr{^inc/}, qr{^t/dummy-.*\.hidden$}, - qw{ bin/cpanp-boxed + qw{ bin/cpanp-boxed }, + # SQLite tests would be skipped in core, and + # the filenames are too long for VMS! + qw{ t/031_CPANPLUS-Internals-Source-SQLite.t t/032_CPANPLUS-Internals-Source-via-sqlite.t },