Tag Archives: Plack

PSGI/Plack the ultimate Perl Web Server

Google has to realize like we all do, that Plack is the utlimate Perl Web Server. The first slot will be hard to reach though, because of that sourceforge page which has “perlwebserver” in its hostname.

Posted in Programming | Tagged , , | Comments Off

Getting rid of CGI.pm in Dancer’s code

Yes, I finally took the decision to stop using CGI.pm in Dancer‘s code. It was not an easy decision to take, mainly because of the following reasons: it’s in the core (I’m a “less-CPAN-deps-ships-better” freak when it’s about Dancer!) it … Continue reading

Posted in Programming | Tagged , , | 4 Comments

Using Plack to run a Dancer app under a CGI environment

Sawyer X on blogs.perl.org recently wondered how one could run a Dancer application under a 100% CGI environment. Indeed, he came up quickly with a REST app in development stage and wanted to go on air with a plain old … Continue reading

Posted in Programming | Tagged , , | 9 Comments

Mounting a Dancer app into Apache + PSGI/Plack

EDIT : This is going to change as soon as CGI::PSGI is available, the “patched CGI” way won’t be needed anymore, see miyagawa’s post for details Now that Dancer 0.9904 is released, I’ve took the time to upgrade my Dancer … Continue reading

Posted in Programming | Tagged , , , | 2 Comments

Perl Dancer 0.9904 released

I’ve just published a new version of Dancer. It’s basically a PSGI/Plack support release but also provides a new piece of sugar: the bootstraping helper. One can now create a new application from scractch with a single command, as explained … Continue reading

Posted in Programming | Tagged , , , | Comments Off