X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=c195c017640b2ce9f4680c09f3a7cc32a295486a;hp=d1f609f0b3bdc9ab6b2d61a6e954e8d00582cd86;hb=a5b5152b19a887f87a0abac998f2086ac2e6920b;hpb=3cc41d1af86bc8ced06040e2b9479a5be8a49f2e diff --git a/Makefile.PL b/Makefile.PL index d1f609f..c195c01 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 Bundle::Catalyst to get everything you need to write serious + applications. + + perl -MCPAN -e 'install Bundle::Catalyst' + + + Have fun! EOF