From fab477a6fc4cfc2c3b1138cc06a7c365157ad5ce Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 9 Sep 2001 13:19:12 +0000 Subject: [PATCH] blib does have a detectable test. p4raw-id: //depot/perl@11960 --- t/lib/1_compile.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index 368d4f6..10fe381 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -99,7 +99,7 @@ foreach my $mod (sort keys %Test) { } foreach my $mod () { 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 @@ Time::tm UNIVERSAL attributes base -blib bytes ops warnings::register -- 2.7.4