From: Sebastian Riedel Date: Sun, 20 Nov 2005 15:39:49 +0000 (+0000) Subject: Updated makefile X-Git-Tag: 5.7099_04~856 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a5b5152b19a887f87a0abac998f2086ac2e6920b;hp=3cc41d1af86bc8ced06040e2b9479a5be8a49f2e Updated makefile --- 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