projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
238210b
)
Can't test the B modules if we didn't build 'em
author
Nicholas Clark
<nick@ccl4.org>
Fri, 18 Jun 2004 09:23:20 +0000
(09:23 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 18 Jun 2004 09:23:20 +0000
(09:23 +0000)
p4raw-id: //depot/perl@22948
t/lib/1_compile.t
patch
|
blob
|
history
diff --git
a/t/lib/1_compile.t
b/t/lib/1_compile.t
index
78750d0
..
ecbafde
100644
(file)
--- a/
t/lib/1_compile.t
+++ b/
t/lib/1_compile.t
@@
-25,6
+25,9
@@
if (eval { require Socket }) {
push @Core_Modules, qw(Net::Cmd Net::POP3);
}
}
+if(eval { require B }) {
+ push @Core_Modules, qw(B::C B::CC B::Stackobj);
+}
@Core_Modules = sort @Core_Modules;
@@
-66,9
+69,6
@@
sub compile_module {
# http://www.pobox.com/~schwern/cgi-bin/perl-qa-wiki.cgi?UntestedModules
# and vice-versa. The list should only shrink.
__DATA__
-B::C
-B::CC
-B::Stackobj
CPAN::FirstTime
DynaLoader
Pod::Plainer