More DWIMminess for Class::Struct: calling the array or hash
[p5sagit/p5-mst-13.2.git] / t / lib / 1_compile.t
index 333d19f..75801bb 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,11 +121,13 @@ CGI::Util
 Carp
 Class::ISA
 Class::Struct
+CPAN
 Cwd
 DB_File
 Data::Dumper
 Devel::DProf
 Devel::Peek
+Devel::SelfStubber
 Digest
 Digest::MD5
 DirHandle
@@ -151,6 +152,7 @@ File::Spec::Functions
 File::Temp
 FileCache
 FileHandle
+Filter::Simple
 Filter::Util::Call
 FindBin
 GDBM_File
@@ -181,6 +183,7 @@ Math::BigInt
 Math::Complex
 Math::Trig
 NDBM_File
+NEXT
 Net::hostent
 ODBM_File
 Opcode