X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=d40b2a5a710a510a6e649fd7fefcdb123466bea2;hb=c7250231c0125c7c763ab9c8b7655e099cf6a1de;hp=f69afe0538a4c9b2e561a8c3afa3ebb852a35416;hpb=d685f38e02912b15dc8d08499e4006561d7174a2;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f69afe0..d40b2a5 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2652,7 +2652,7 @@ sub setup_engine { $meta->add_method(handler => sub { my $r = shift; - my $psgi_app = $class->psgi_app; + my $psgi_app = $class->_finalized_psgi_app; $apache->call_app($r, $psgi_app); });