Moved from Bundle:: to Task::
Sebastian Riedel [Mon, 21 Nov 2005 03:18:44 +0000 (03:18 +0000)]
Makefile.PL
lib/Catalyst/Manual/Intro.pod
lib/Catalyst/Manual/Tutorial.pod

index 53c87f9..f06caa9 100644 (file)
@@ -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!
index c446014..2f78233 100644 (file)
@@ -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
 
index fe92823..f8e65d8 100644 (file)
@@ -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.