I made a new perl module using h2xs, and would now like to how to configure
the makefile for the module. In particular, I'm interested to know how ti
configure the property -'PREREQ_PM'. 

  The problem is that I've written a module in such a way that it works fine
both under Apache 1.3.37/mod_perl 1.30 & Apache 2.x.x/mod_perl 2.x. Hence,
I'm confused in configuring this property. For instance, if I say [snip]...
PREREQ_PM => { Apache2::AuthCookie => 3.10 } ...[/snip], then the makefile
complains when the same is not found on a Apache 1.3.x environment! I would
appreciate any help to resolve the issue quickly. 
-- 
View this message in context: 
http://www.nabble.com/configuring-perl-module----makefile-tf3928998.html#a11143150
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to