p4raw-id: //depot/perl@22948
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;
# 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