Index: Embperl-2.3.0/Makefile.PL --- Embperl-2.3.0/Makefile.PL.orig 2005-10-26 08:44:21 +0200 +++ Embperl-2.3.0/Makefile.PL 2007-09-05 11:30:49 +0200 @@ -621,7 +621,7 @@ $base = $ENV{'ProgramFiles'} if ($win32) ; -$apache = GetYesNo ("Build with support for Apache mod_perl?", 'y') if (!$apache) ; +$apache = 0; if ($apache && $apache_src ne '') { @@ -1330,7 +1330,7 @@ 'LIBS' => [$libs || ''], 'DEFINE' => "$d \$(DEFS)", 'INC' => $i, - 'EXE_FILES' => [ 'embpexec.pl', 'embpmsgid.pl' ], + 'EXE_FILES' => [ 'embpexec.pl', 'embpmsgid.pl', 'embpcgi.pl' ], 'clean' => { FILES => 'dirent.h test/conf/httpd.conf test/conf/httpd.stop.conf test/conf/httpd.min.conf test/tmp/* Embperl.c $(OBJECT)' }, 'realclean' => { FILES => 'embpmsgid.pl embpexec.pl embpexec.bat embpcgi.pl embpcgi.test.pl embpcgi.bat epocgi.pl epocgi.bat epocgi.test.pl embpfastcgi.pl embpfastcgi.test.pl test/conf/config.pl xs/mmargs.pl' }, 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz'}, Index: Embperl-2.3.0/driver/epxalan.MAKEPL --- Embperl-2.3.0/driver/epxalan.MAKEPL.orig 2005-10-26 00:16:36 +0200 +++ Embperl-2.3.0/driver/epxalan.MAKEPL 2007-09-05 11:30:49 +0200 @@ -8,7 +8,7 @@ if (!$win32) { - $path = $ENV{XALANPATH} || GetString ("Enter path of XALAN base directory or single dot for not using XALAN", $XALANPATH || '.') ; + $path = "."; if (!$path || $path eq '.') { Index: Web-Scraper-0.31/Makefile.PL --- Web-Scraper-0.31/Makefile.PL.orig 2007-08-30 21:26:56 +0200 +++ Web-Scraper-0.31/Makefile.PL 2007-09-05 11:31:08 +0200 @@ -9,7 +9,7 @@ requires 'LWP::UserAgent'; requires 'HTTP::Response::Encoding'; requires 'URI'; -requires 'YAML'; +#requires 'YAML'; build_requires 'Test::More'; install_script 'bin/scraper';