Recommending infinite loops in the docs is bad
[catagits/Catalyst-Runtime.git] / 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>