Doh!  That indeed is the problem.  A doc patch for Apache-Test 1.29 is
attached. ;)

-J

--
On Mon, Apr 23, 2007 at 05:20:34PM -0700, Geoffrey Young wrote:
> 
> 
> Joshua Hoblitt wrote:
> > Hi Folks,
> > 
> > I just discovered that version of Apache::TestMB (no version string)
> > from Apache-Test 1.29 is ignoring the -apxs= flags passed on the command
> > line. E.g., `perl Build.PL -axps=/usr/sbin/apxs2`. 
> 
> I really don't know the M::B extension to A-T, but in Makefile-land
> there is no equal sign.  that is, it's
> 
>   perl Makefile.PL -apxs /usr/sbin/apxs2
> 
> and not
> 
>   perl Makefile.PL -apxs=/usr/sbin/apxs2
> 
> so, try that.  yeah, I know, it's silly and inconsistent, but... :)
> 
> --Geoff
diff -Nur Apache-Test-1.29.orig/lib/Apache/TestMB.pm 
Apache-Test-1.29/lib/Apache/TestMB.pm
--- Apache-Test-1.29.orig/lib/Apache/TestMB.pm  2007-04-25 11:10:56.000000000 
-1000
+++ Apache-Test-1.29/lib/Apache/TestMB.pm       2007-04-25 11:11:22.000000000 
-1000
@@ -258,7 +258,7 @@
 options in addition to the usual C<Module::Build> options. For
 example:
 
-  perl Build.PL -apxs=/usr/local/apache/bin/apxs
+  perl Build.PL -apxs /usr/local/apache/bin/apxs
 
 Consult the L<Apache::Test|Apache::Test> documentation for a complete
 list of options.

Attachment: pgpelTst9fo2P.pgp
Description: PGP signature

Reply via email to