Catalyst::Engine::SpeedyCGI - Catalyst SpeedyCGI Engine |
Catalyst::Engine::SpeedyCGI - Catalyst SpeedyCGI Engine
A script using the Catalyst::Engine::SpeedyCGI module might look like:
#!/usr/bin/speedy -w
BEGIN { $ENV{CATALYST_ENGINE} = 'SpeedyCGI'; }
use strict; use lib '/path/to/MyApp/lib'; use MyApp;
MyApp->run;
This is the Catalyst engine for SpeedyCGI.
This class overloads some methods from Catalyst::Engine::SpeedyCGI::Base
and Catalyst::Engine::CGI
.
Catalyst, the Catalyst::Engine::SpeedyCGI::Base manpage, the Catalyst::Engine::CGI manpage.
Sebastian Riedel, sri@cpan.org
Christian Hansen, ch@ngmedia.com
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
Catalyst::Engine::SpeedyCGI - Catalyst SpeedyCGI Engine |