X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=867326bd1b186b7ee885575169894a4bdc8ac63d;hp=f063c775284c519043ad7236de3a8eb81351918a;hb=022d1311a5927d7020a36ea25462f2f00e8bb01f;hpb=e1ab96e15eaa3740d97d7473f4e8bee9506cba2b diff --git a/Makefile.PL b/Makefile.PL index f063c77..867326b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,3 @@ -use inc::Module::Install; - # ExtUtils::AutoInstall Bootstrap Code, version 7. BEGIN { my $p = 'ExtUtils::AutoInstall'; @@ -38,6 +36,8 @@ manually install $p $v from cpan.org first...\n"; } } +use inc::Module::Install; + name('Catalyst'); abstract('Catalyst Web Framework'); author('Sebastian Riedel');