On Jul 9, 2004, at 11:41 AM, Stas Bekman wrote:
Isn't that Apache::TestMB?
D'oh! Yes! Sorry!
use 5.00503; use Apache::TestMB;
Apache::TestMB->new(
module_name => 'Apache::Test::Skeleton',
)->create_build_script;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,
},
build_requires => { Test::More => 0,
},
)->create_build_script;
Regards,
David
-- 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
