From: Sebastian Riedel Date: Mon, 21 Nov 2005 03:18:44 +0000 (+0000) Subject: Moved from Bundle:: to Task:: X-Git-Tag: 5.7099_04~854 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d538823f7f54a6d1037d3933ab61af23aade6059 Moved from Bundle:: to Task:: --- diff --git a/Makefile.PL b/Makefile.PL index 53c87f9..f06caa9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -77,10 +77,10 @@ print <<"EOF"; 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 start writing + Install Task::Catalyst to get everything you need to start writing serious applications with Catalyst. - perl -MCPAN -e 'install Bundle::Catalyst' + perl -MCPAN -e 'install Task::Catalyst' Have fun! diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index c446014..2f78233 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -143,7 +143,7 @@ running, using the helper scripts described above. =head3 Install - $ perl -MCPAN -e 'install Bundle::Catalyst' + $ perl -MCPAN -e 'install Task::Catalyst' =head3 Setup diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index fe92823..f8e65d8 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -14,7 +14,7 @@ THE NOTES AT THE BOTTOM OF THE DOCUMENT. The first step is to install Catalyst, and the simplest way to do this is to install the Catalyst bundle from CPAN: - $ perl -MCPAN -e 'install Bundle::Catalyst' + $ perl -MCPAN -e 'install Task::Catalyst' This will retrieve Catalyst and a number of useful extensions and install them for you.