This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ba284
)
document why SQLite tests are exlcuded
author
David Mitchell
<davem@iabyn.com>
Fri, 17 Jul 2009 20:38:44 +0000
(21:38 +0100)
committer
David Mitchell
<davem@iabyn.com>
Fri, 17 Jul 2009 20:38:44 +0000
(21:38 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
17e4614
..
db9a2d6
100755
(executable)
--- 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
},