X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f06caa9153e07156b04146112c6a67ef5b0ae6b9;hb=d11d5c22bd12df2ebe077f7f3c3f214eee2047b3;hp=d1f609f0b3bdc9ab6b2d61a6e954e8d00582cd86;hpb=614f3ad66ca3dc9715fc2be41806428b1a44cde7;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index d1f609f..f06caa9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,6 +74,14 @@ print qq/ Install "PAR" for PAR packaging support.\n/ if $@; print <<"EOF"; Important: - The Apache engines have been moved to a separate package in Catalyst 5.5. - Please install Catalyst::Engine::Apache if you need Apache support. + The Apache engines have been moved to a separate package in Catalyst 5.5. + Please install Catalyst::Engine::Apache if you need Apache support. + + Install Task::Catalyst to get everything you need to start writing + serious applications with Catalyst. + + perl -MCPAN -e 'install Task::Catalyst' + + + Have fun! EOF