On Sun, 30 Dec 2001, Matt Sergeant wrote: > Is Apache::Test intended to run on 5.00503? If so, then t/apache/limits.t > doesn't compile there (use warnings, and line 64). Otherwise, you should > add a use 5.006 line or something to the Makefile.PL. > > RCS file: /home/cvspublic/httpd-test/perl-framework/t/apache/limits.t,v > retrieving revision 1.10 > diff -u -r1.10 limits.t > --- t/apache/limits.t 20 Dec 2001 04:22:45 -0000 1.10 > +++ t/apache/limits.t 30 Dec 2001 14:51:51 -0000 > @@ -3,7 +3,7 @@ > # and LimitRequestBody directives. > # > use strict; > -use warnings FATAL => 'all'; > +# use warnings FATAL => 'all';
Oops, forget this one. I just found the warnings.pm in the distro :-) Another request - could we make Apache::Test obey the two Test::Harness flags TEST_VERBOSE and TEST_FILES. This would make life so much easier. Thanks! -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
