David Wheeler wrote:
[...]
And in fact, to make it more generally useful, I think I'd actually make it:

use 5.00503;
use Apache::TestMB;

Apache::TestMB->new(
    module_name    => 'Apache::Test::Skeleton',
    license        => 'perl',
    requires       => { 'Apache'   => 0,
                      },

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

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


-- __________________________________________________________________ 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