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;
