X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=c25dde9923eac9ebc4c909a7da9e7c2b67eca88a;hb=f63cd9acb934199a634b3f2c2dac671d8e8c5b3a;hp=fd7e690587208e270edce600ea7232b5fe7f7abe;hpb=fb75d047432cf0ec288c2977951ae11581b5c2a1;p=catagits%2FCatalyst-Runtime.git 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 %]');