X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d8edec4645c9c060fc42b5022b7f84014bff3073;hb=0187a79d378521038674bfd4728f57f8f9353d26;hp=c46c6b7bcdbceaf4fa741db25d6dda68c4ab12b8;hpb=9d8e174ab8ad0e2b1e26c2402656d156f26a71ef;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index c46c6b7..d8edec4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,14 +62,17 @@ print qq/ Install "PAR" for PAR packaging support.\n/ if $@; print <<"EOF"; Important: - Install Task::Catalyst to get everything you need to start writing - serious applications with Catalyst. + + 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. - perl -MCPANPLUS -e 'install Task::Catalyst' - perl -MCPAN -e 'install Task::Catalyst' + perl -MCPANPLUS -e 'install Catalyst::Devel' # or + perl -MCPAN -e 'install Catalyst::Devel' + + To get some commonly used plugins, as well as the TT view and DBIC + model, install Task::Catalyst in the same way. Have fun! EOF