Recommending infinite loops in the docs is bad
Tomas Doran [Fri, 4 Feb 2011 00:38:29 +0000 (00:38 +0000)]
lib/Catalyst/Upgrading.pod

index dc54861..7d30bcd 100644 (file)
@@ -92,7 +92,7 @@ Instead, you should now just do:
 
     builder {
         enable ... #enable your desired middleware
-        MyCatalystApp->psgi_app;
+        MyCatalystApp->raw_psgi_app;
     };
 
 Applications that were using and deploying via L<Catalyst::Engine::PSGI>