You don't want ::Engine::PSGI
Tomas Doran [Tue, 16 Aug 2011 07:56:51 +0000 (08:56 +0100)]
lib/Catalyst/Upgrading.pod

index 48178fd..510b61d 100644 (file)
@@ -141,7 +141,6 @@ In the simplest case:
 
 becomes
 
-    MyCatalystApp->setup_engine('PSGI');
     my $app = MyCatalystApp->psgi_app(@_);
 
 B<NOT>: