Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 29859 invoked from network); 24 Jul 2004 07:27:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Jul 2004 07:27:33 -0000 Received: (qmail 21854 invoked by uid 500); 24 Jul 2004 07:27:33 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 21827 invoked by uid 500); 24 Jul 2004 07:27:33 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 21814 invoked by uid 500); 24 Jul 2004 07:27:32 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 24 Jul 2004 07:27:32 -0000 Message-ID: <20040724072732.29851.qmail@minotaur.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/t/response/TestAPI in_out_filters.pm request_rec.pm X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas 2004/07/24 00:27:32 Modified: t/response/TestAPI in_out_filters.pm request_rec.pm Log: cleanup Revision Changes Path 1.2 +0 -2 modperl-2.0/t/response/TestAPI/in_out_filters.pm Index: in_out_filters.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/in_out_filters.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- in_out_filters.pm 24 Jul 2004 06:54:26 -0000 1.1 +++ in_out_filters.pm 24 Jul 2004 07:27:31 -0000 1.2 @@ -32,7 +32,6 @@ Apache::OK; } - sub send_response_body { my($r, $data) = @_; @@ -60,7 +59,6 @@ APR::BLOCK_READ, IOBUFSIZE); $count++; - warn "read_post: bb $count\n" if $debug; for (my $b = $bb->first; $b; $b = $bb->next($b)) { 1.26 +1 -1 modperl-2.0/t/response/TestAPI/request_rec.pm Index: request_rec.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/request_rec.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -u -u -r1.25 -r1.26 --- request_rec.pm 24 Jul 2004 06:54:26 -0000 1.25 +++ request_rec.pm 24 Jul 2004 07:27:31 -0000 1.26 @@ -1,7 +1,7 @@ package TestAPI::request_rec; use strict; -use warnings;# FATAL => 'all'; +use warnings FATAL => 'all'; use Apache::Test; use Apache::TestUtil;