X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=b8263b9bd4f7bc3785e2b9b0816df48de9153a04;hp=c46c6b7bcdbceaf4fa741db25d6dda68c4ab12b8;hb=6bc14aef0784ad67eb0be299ac29face4c8c0ae2;hpb=9d8e174ab8ad0e2b1e26c2402656d156f26a71ef diff --git a/Makefile.PL b/Makefile.PL index c46c6b7..b8263b9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,14 +62,15 @@ 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. 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