Return-Path: Delivered-To: apmail-modperl-cvs-archive@apache.org Received: (qmail 95509 invoked by uid 500); 20 Jan 2003 07:59:45 -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@apache.org Received: (qmail 95498 invoked by uid 500); 20 Jan 2003 07:59:45 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 20 Jan 2003 07:59:44 -0000 Message-ID: <20030120075944.11499.qmail@icarus.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/t/preconnection/TestPreConnection note.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stas 2003/01/19 23:59:44 Modified: t/preconnection/TestPreConnection note.pm Log: cleanup Revision Changes Path 1.2 +1 -3 modperl-2.0/t/preconnection/TestPreConnection/note.pm Index: note.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/preconnection/TestPreConnection/note.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- note.pm 20 Jan 2003 07:56:17 -0000 1.1 +++ note.pm 20 Jan 2003 07:59:44 -0000 1.2 @@ -1,7 +1,7 @@ package TestPreConnection::note; use strict; -use warnings;# FATAL => 'all'; +use warnings FATAL => 'all'; use Apache::Connection (); @@ -14,8 +14,6 @@ return Apache::OK; } - -use constant BUFF_LEN => 1024; sub response { my $r = shift;