document why SQLite tests are exlcuded
David Mitchell [Fri, 17 Jul 2009 20:38:44 +0000 (21:38 +0100)]
Porting/Maintainers.pl

index 17e4614..db9a2d6 100755 (executable)
@@ -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
                               },