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;