Re: Perl module requiring mod_perl

2005-01-12 Thread Michael Schout
Patrick LeBoutillier wrote: Hi, I am writing a Perl module the requires mod_perl to run. What I would like to do detect if mod_perl is installed (and the appropriate version) directly from Makefile.PL (PREREQ_PM). just put something like this in PREREQ_PM mod_perl => '1.9916' That will require mod_

Perl module requiring mod_perl

2005-01-12 Thread Patrick LeBoutillier
Hi, I am writing a Perl module the requires mod_perl to run. What I would like to do detect if mod_perl is installed (and the appropriate version) directly from Makefile.PL (PREREQ_PM). I'm thinking maybe a ModPerl.pm module could be added to the mod_perl distro that could contain that current mo