This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update the test on warnings/register.t.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 22 Sep 2001 21:04:39 +0000 (21:04 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 22 Sep 2001 21:04:39 +0000 (21:04 +0000)
p4raw-id: //depot/perl@12142

t/lib/1_compile.t

index 10fe381..1d3daa5 100644 (file)
@@ -99,7 +99,7 @@ foreach my $mod (sort keys %Test) {
 }
 foreach my $mod (<DATA>) {
     chomp $mod;
-    print "### $mod has a test but is in DATA\n" if exists $Test{$mod};
+    print "### $mod has a test but is in DATA of $0\n" if exists $Test{$mod};
     delete_by_name($mod);
 }
 
@@ -136,6 +136,7 @@ CGI::Carp
 CGI::Cookie
 CGI::Form
 CGI::Pretty
+CGI::Push
 CGI::Switch
 CGI::Util
 Carp::Heavy
@@ -196,4 +197,3 @@ attributes
 base
 bytes
 ops
-warnings::register