From: Marcus Ramberg Date: Thu, 6 Jul 2006 22:07:40 +0000 (+0000) Subject: Updated welcome message X-Git-Tag: 5.7099_04~408 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6bc14aef0784ad67eb0be299ac29face4c8c0ae2;hp=4f9ca6ed6c11d894fe2054447afb3f5777d337c3 Updated welcome message --- 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