Stop psgi_file.t from recursing
authorFlorian Ragwitz <rafl@debian.org>
Tue, 1 Mar 2011 14:38:40 +0000 (15:38 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 1 Mar 2011 14:41:15 +0000 (15:41 +0100)
commitb0ab9b44a7ae6639ca0e589070828db697572278
tree27dc7eff17e0ab3c4fc33034bb65d71926bc09d1
parentb1ededd4680eff1d4ddb42ed860884e361804fe1
Stop psgi_file.t from recursing

psgi_app is *not* to be used in .psgi files. It's the compat layer that'll give
you either an app loaded from from a .psgi file, or the default PSGI app with
the reverse proxy middleware and stuff.

In .psgi files only raw_psgi_app should ever be used, as that'll return the bare
catalyst psgi app to then be wrapped in middlewares manually.

I see how the naming is shit and confusing though. Suggestions welcome.
t/aggregate/psgi_file.t