joes        2003/04/06 18:36:54

  Modified:    .        Makefile.PL
  Log:
  Simplify Makefile.PL's clean_files sub.
  
  Revision  Changes    Path
  1.20      +1 -1      httpd-apreq/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Makefile.PL,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Makefile.PL       5 Apr 2003 23:57:03 -0000       1.19
  +++ Makefile.PL       7 Apr 2003 01:36:54 -0000       1.20
  @@ -97,7 +97,7 @@
              );
   
   sub clean_files {
  -    return [qw( t/TEST t/httpd.conf t/httpd.loc t/error_log t/httpd )];
  +    return [qw( t/TEST )];
   }
   
   if ($Is_Win32 and -e $lib) {
  
  
  

Reply via email to