David Wheeler wrote:
On Jul 9, 2004, at 1:09 PM, Stas Bekman wrote:

There is no Apache.pm in mp2. You probably wanted to say:

> requires => { 'mod_perl' => 0,


Right. In fact, it should probably be

    requires       => { 'mod_perl'   => '1.0',

in the MP1 example, and

    requires       => { 'mod_perl'   => '1.99',

in the MP2 example, yes?

That's right. But better do it:

>     requires       => { 'mod_perl'   => '1.9914',

to show how to require 1.99_14,



--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to