wrowe 2002/11/06 22:39:48
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
Log:
Ok, tired of getting confused/forgetting. And didn't know where lwp
went.
Revision Changes Path
1.96 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
Index: TestRun.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- TestRun.pm 18 Sep 2002 21:33:23 -0000 1.95
+++ TestRun.pm 7 Nov 2002 06:39:48 -0000 1.96
@@ -138,7 +138,7 @@
# at this stage $self->{argv} should be empty
my @invalid_argv = @{ $self->{argv} };
if (@invalid_argv) {
- error "unknown opts or test names: @invalid_argv";
+ error "unknown opts or test names: @invalid_argv\n-help will list
options\n";
exit_perl 0;
}