dougm       01/10/09 11:28:37

  Modified:    .        Makefile.PL
  Log:
  clean xs/*.def and xs/*.exp
  
  Revision  Changes    Path
  1.41      +1 -0      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Makefile.PL       2001/10/04 10:51:46     1.40
  +++ Makefile.PL       2001/10/09 18:28:37     1.41
  @@ -140,6 +140,7 @@
       my $path = $code->path;
   
       return [@{ $build->clean_files }, @scripts,
  +            <xs/*.exp>, <xs/*.def>,
         map { "$path/$_"} @{ $code->clean_files }];
   }
   
  
  
  


Reply via email to