dougm       02/04/06 08:51:26

  Modified:    .        Makefile.PL
  Log:
  use gzip -f during "make dist"
  
  Revision  Changes    Path
  1.70      +1 -0      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- Makefile.PL       6 Apr 2002 16:38:12 -0000       1.69
  +++ Makefile.PL       6 Apr 2002 16:51:26 -0000       1.70
  @@ -78,6 +78,7 @@
       },
       dist => {
           DIST_DEFAULT => 'mydist',
  +     COMPRESS=> 'gzip -9f', SUFFIX=>'gz',
       },
   );
   
  
  
  


Reply via email to