stas 2003/04/21 22:21:51
Modified: perl-framework/Apache-Test Makefile.PL
Log:
add a dist target
Revision Changes Path
1.5 +3 -0 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.PL 26 Mar 2003 06:19:36 -0000 1.4
+++ Makefile.PL 22 Apr 2003 05:21:51 -0000 1.5
@@ -19,5 +19,8 @@
WriteMakefile(
NAME => 'Apache::Test',
VERSION_FROM => 'lib/Apache/Test.pm',
+ dist => {
+ COMPRESS => 'gzip -9f', SUFFIX=>'gz',
+ },
);