stas 2003/06/17 20:01:06
Modified: perl-framework/Apache-Test Makefile.PL Log: use strict; use warnings; Revision Changes Path 1.11 +8 -6 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Makefile.PL,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile.PL 18 Jun 2003 02:58:22 -0000 1.10 +++ Makefile.PL 18 Jun 2003 03:01:06 -0000 1.11 @@ -1,17 +1,19 @@ use 5.005; -use ExtUtils::MakeMaker; -use Symbol; - use lib qw(lib); +use Apache::Test5005compat; -my $VERSION; +use strict; +use warnings; -use File::Spec::Functions qw(catfile catdir); +use ExtUtils::MakeMaker; +use Symbol; -use Apache::Test5005compat; +use File::Spec::Functions qw(catfile catdir); use Apache::TestMM qw(test); #enable 'make test' + +my $VERSION; my $cleanup_packlist = ".mypacklist";
