Revision: 65
http://apache-dispatch.svn.sourceforge.net/apache-dispatch/?rev=65&view=rev
Author: phred_moyer
Date: 2008-06-21 01:43:13 -0700 (Sat, 21 Jun 2008)
Log Message:
-----------
Clean up after failed attempts to build a::d1 then a::d2
Modified Paths:
--------------
trunk/Makefile.PL
Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL 2008-06-21 00:05:27 UTC (rev 64)
+++ trunk/Makefile.PL 2008-06-21 08:43:13 UTC (rev 65)
@@ -35,7 +35,7 @@
my %common_opts = (
PREREQ_PM => \%prereqs,
- clean => { FILES => 't/TEST' },
+ clean => { FILES => 't/TEST, *.xs*' },
);
if ( $mp_gen == 1 ) {
@@ -60,7 +60,6 @@
will need a C compiler and Apache/mod_perl sources.\n\n";
$makefile_params{'PL_FILES'} = { 'set_pureperl.PL' => '0' };
- $makefile_params{'clean'} = { FILES => '*.xs*' };
import Apache::ExtUtils qw(command_table);
use lib 'lib';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|