From: Sebastian Riedel Date: Wed, 23 Nov 2005 18:35:48 +0000 (+0000) Subject: Updated helper X-Git-Tag: 5.7099_04~840 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=0afeb5f5303b4806e30c09cfae58e8448a64177a Updated helper --- diff --git a/Makefile.PL b/Makefile.PL index 630ff4b..7b19034 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,7 @@ requires('Tree::Simple'); requires('Tree::Simple::Visitor::FindByPath'); requires( 'URI' => 1.35 ); requires('File::Copy::Recursive'); -requires('Module::Install'); +requires('inc::Module::Install'); recommends( 'Catalyst::Engine::Apache' => '1.00' ); recommends('FCGI'); diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index fd7e690..c25dde9 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -558,7 +558,7 @@ it under the same terms as Perl itself. __makefile__ use inc::Module::Install; -name('[% name %]'); +name('[% dir %]'); abstract('Catalyst Application'); author('[% author %]'); version_from('[% path %]');