This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perly.y: Remove MYSUB
[perl5.git] / t / lib / 1_compile.t
index 3a26bc0..a4dea83 100644 (file)
@@ -24,9 +24,6 @@ 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;
 
@@ -69,8 +66,6 @@ sub compile_module {
 
 # These modules have no tests of their own.
 # Keep up to date with
-# http://www.pobox.com/~schwern/cgi-bin/perl-qa-wiki.cgi?UntestedModules
+# http://perl-qa.hexten.net/wiki/index.php/Untested_Core_Modules
 # and vice-versa.  The list should only shrink.
 __DATA__
-CPAN::FirstTime
-DynaLoader