Change 11960 by jhi@alpha on 2001/09/09 13:19:12

        blib does have a detectable test.

Affected files ...

... //depot/perl/t/lib/1_compile.t#40 edit

Differences ...

==== //depot/perl/t/lib/1_compile.t#40 (text) ====
Index: perl/t/lib/1_compile.t
--- perl/t/lib/1_compile.t.~1~  Sun Sep  9 07:30:05 2001
+++ perl/t/lib/1_compile.t      Sun Sep  9 07:30:05 2001
@@ -99,7 +99,7 @@
 }
 foreach my $mod (<DATA>) {
     chomp $mod;
-    print "### $mod\n" if exists $Test{$mod};
+    print "### $mod has a test but is in DATA\n" if exists $Test{$mod};
     delete_by_name($mod);
 }
 
@@ -194,7 +194,6 @@
 UNIVERSAL
 attributes
 base
-blib
 bytes
 ops
 warnings::register
End of Patch.

Reply via email to