stas 01/12/23 08:16:25
Modified: perl-framework/Apache-Test/lib/Apache TestMM.pm
Log:
- use 'info' level for script auto-generation notices...
Revision Changes Path
1.15 +2 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm
Index: TestMM.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- TestMM.pm 2001/11/12 06:47:33 1.14
+++ TestMM.pm 2001/12/23 16:16:24 1.15
@@ -5,6 +5,7 @@
use Config;
use Apache::TestConfig ();
+use Apache::TestTrace;
sub import {
my $class = shift;
@@ -71,7 +72,7 @@
open $in, "$file.PL" or die "Couldn't open $file.PL: $!";
open $out, ">$file" or die "Couldn't open $file: $!";
- print "generating script...$file\n";
+ info "generating script $file";
print $out "#!$Config{perlpath}\n",
"# WARNING: this file is generated, edit $file.PL instead\n";