From 557305a74c6d0c54e5ad44e454c260ee7366f428 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Fri, 17 Jul 2009 21:38:44 +0100 Subject: [PATCH] document why SQLite tests are exlcuded --- Porting/Maintainers.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }, -- 2.7.4