Catalyst::Engine::HTTP::Prefork no longer in Task::Cat
Tomas Doran [Fri, 5 Aug 2011 08:10:10 +0000 (08:10 +0000)]
Changes
lib/Task/Catalyst.pm

diff --git a/Changes b/Changes
index 0a6e1df..f6767c0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension Task::Catalyst.
 
+        - Stop installing the old PreFork engine and start installing Starman
+
 4.01 Sat 23 Oct 2010
         - Suggest Catalyst::Plugin::Session::Store::File instead of
           Catalyst::Plugin::Session::Store::BerkeleyDB as that's much easier to
index e956fc3..50e3527 100644 (file)
@@ -100,7 +100,7 @@ Installs everything you need to write serious Catalyst applications.
 
 =pkg FCGI::ProcManager
 
-=pkg Catalyst::Engine::HTTP::Prefork
+=pkg Starman
 
 =pkg Catalyst::Engine::PSGI