Since Catalyst 5.9xxxxx supports psgi natively you can check these docs here also: https://metacpan.org/module/Catalyst::Upgrading#Upgrading-the-PSGI-Engine You want to skip the step (Then you’ll want to set-up support for PSGI. To do that, you can simply:) from the blog post and just write your own app.psgi file.
Cheers, Dimi On Tue, Nov 1, 2011 at 7:25 PM, Oliver Gorwits <[email protected]> wrote: > > skeleton, did you run "perl Makefile.PL" locally, to generate meta.yml > and > > the inc directory? > > This could be it, and is mentioned in Phillip Smith’s comprehensive guide, > on blogs.perl.org: > > > http://blogs.perl.org/users/phillip_smith/2011/08/dotcloud-loves-catalyst-apps-up-and-running-in-10-minutes-perl-in-the-cloud-part-iii.html > > Hope this helps, > > oliver. > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ >
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
