From 8ab48be1a72baab185bdb41483f6f8332eb1c1c4 Mon Sep 17 00:00:00 2001 From: sri Date: Sun, 20 Nov 2005 15:39:49 +0000 Subject: [PATCH] Updated makefile git-svn-id: http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst@2079 4ad37cd2-5fec-0310-835f-b3785c72a374 --- Makefile.PL | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index d1f609f0b..c195c0176 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