Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 6494 invoked by uid 500); 17 Oct 2001 19:31:07 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 6432 invoked from network); 17 Oct 2001 19:31:06 -0000 Date: 17 Oct 2001 19:24:58 -0000 Message-ID: <20011017192458.4841.qmail@icarus.apache.org> From: dougm@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test5005compat.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 01/10/17 12:24:58 Modified: perl-framework/Apache-Test/lib/Apache Test5005compat.pm Log: use strict Revision Changes Path 1.3 +1 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/Test5005compat.pm Index: Test5005compat.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test5005compat.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Test5005compat.pm 2001/10/17 19:22:38 1.2 +++ Test5005compat.pm 2001/10/17 19:24:58 1.3 @@ -1,5 +1,6 @@ package Apache::Test5005compat; +use strict; use Symbol (); use File::Basename; use File::Path;