X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9bfc3b5b487867f0010b18a2eb91908283ffce9a;hb=26d2c4455e883ae1626326cb1bd0b0531aef2699;hp=b8263b9bd4f7bc3785e2b9b0816df48de9153a04;hpb=6bc14aef0784ad67eb0be299ac29face4c8c0ae2;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index b8263b9..9bfc3b5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.63; +use inc::Module::Install 0.64; perl_version '5.8.1'; @@ -63,6 +63,8 @@ print <<"EOF"; Important: + This library is for running Catalyst applications. + For development and use of catalyst.pl and myapp_create.pl, make sure you also install the development tools package Catalyst::Devel.