Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
authorPhilip Newton <pne@cpan.org>
Tue, 24 Apr 2001 12:58:12 +0000 (14:58 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 24 Apr 2001 14:09:17 +0000 (14:09 +0000)
Message-ID: <3AE57864.8304.B77A0A@localhost>

plus add CPAN to the list of modules that have their own tests.

p4raw-id: //depot/perl@9817

t/lib/1_compile.t

index 333d19f..f188ea2 100644 (file)
@@ -78,7 +78,7 @@ add_by_name('unicode::distinct');     # put this back
 
 
 # Delete all modules which have their own tests.  This makes
-# this test alot faster.
+# this test a lot faster.
 foreach my $mod (<DATA>) {
     chomp $mod;
     delete_by_name($mod);
@@ -106,7 +106,6 @@ sub compile_module {
     return scalar `$^X "-Ilib" t/lib/compmod.pl $module` =~ /^ok/;
 }
 
-
 __DATA__
 AnyDBM_File
 AutoLoader
@@ -122,6 +121,7 @@ CGI::Util
 Carp
 Class::ISA
 Class::Struct
+CPAN
 Cwd
 DB_File
 Data::Dumper