Revision: 25
Author: phred_moyer
Date: 2006-04-22 19:00:32 -0700 (Sat, 22 Apr 2006)
ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=25&view=rev
Log Message:
-----------
Build the command table using XS instead of command utils
Modified Paths:
--------------
trunk/Makefile.PL
Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL 2006-04-22 22:44:42 UTC (rev 24)
+++ trunk/Makefile.PL 2006-04-23 02:00:32 UTC (rev 25)
@@ -59,15 +59,8 @@
print "\nBuilding with Custom Apache Directives ('DispatchPrefix'). You
will need a C compiler and Apache/mod_perl sources.\n\n";
- import Apache::ExtUtils qw(command_table);
-
- require Apache::Dispatch;
- my $directives = Apache::Dispatch->directives;
- command_table($directives);
-
$makefile_params{'PL_FILES'} = {'set_pureperl.PL' => '0'};
$makefile_params{'PREREQ_PM'} = {mod_perl => 1.2401,};
- $makefile_params{'clean'} = {FILES => '*.xs*'};
}
my $inc = Apache::src->new->inc;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|