Set up MyApp->psgi_app lazily
authorFlorian Ragwitz <rafl@debian.org>
Sun, 5 Dec 2010 17:29:13 +0000 (17:29 +0000)
committerFlorian Ragwitz <rafl@debian.org>
Sun, 5 Dec 2010 17:29:13 +0000 (17:29 +0000)
commitc8f4781ebd33f0476ed38e1daf05b0fc04446637
tree2cba24b9668fe5d9f18186e61a8a75638d412188
parentfcffcb0519085a03de8791de40d2d18d4d236b93
Set up MyApp->psgi_app lazily

This fixes the double inclusion through .psgi -> setup_psgi_app -> .psgi when
running with plackup.
lib/Catalyst.pm