Revision: 36
Author: phred_moyer
Date: 2006-06-05 23:28:49 -0700 (Mon, 05 Jun 2006)
ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=36&view=rev
Log Message:
-----------
- make sure we have LWP::UserAgent for Apache::Test. The docs indicate that
it can function without LWP::UA but I'm seeing some odd results which I
will investigate later.
Modified Paths:
--------------
trunk/Makefile.PL
Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL 2006-06-03 07:10:38 UTC (rev 35)
+++ trunk/Makefile.PL 2006-06-06 06:28:49 UTC (rev 36)
@@ -10,7 +10,8 @@
print STDERR "Using mod_perl/$mp_ver\n\n";
-my %prereq = ('Apache::Test' => "1.23");
+my %prereq = ('Apache::Test' => "1.23",
+ 'LWP::UserAgent' => 0);
my %makefile_params = (
'VERSION' => '0.10',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|