[Catalyst-commits] r13945 -
Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Feb 4 00:38:29 GMT 2011
Author: t0m
Date: 2011-02-04 00:38:29 +0000 (Fri, 04 Feb 2011)
New Revision: 13945
Modified:
Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Upgrading.pod
Log:
Recommending infinite loops in the docs is bad
Modified: Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Upgrading.pod 2011-02-02 20:11:05 UTC (rev 13944)
+++ Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Upgrading.pod 2011-02-04 00:38:29 UTC (rev 13945)
@@ -92,7 +92,7 @@
builder {
enable ... #enable your desired middleware
- MyCatalystApp->psgi_app;
+ MyCatalystApp->raw_psgi_app;
};
Applications that were using and deploying via L<Catalyst::Engine::PSGI>
More information about the Catalyst-commits
mailing list