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';
use Apache::Test;
use Apache::TestRequest;
@@ -61,7 +61,7 @@
my $testnum = 1;
foreach my $cond (@conditions) {
- foreach my $goodbad qw(succeed fail) {
+ foreach my $goodbad (qw(succeed fail)) {
my $param = $params{"$cond-$goodbad"};
my $expected_rc = $xrcs{"$cond-$goodbad"};
my $resp;
--
<!-- Matt -->
<:->Get a smart net</:->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]