|
NAMESquatting::On::PSGI - Run Squatting app on PSGI SYNOPSIS # app.psgi
use App 'On::PSGI';
App->init;
my $handler = sub {
my $env = shift;
App->psgi($env);
};
DESCRIPTIONSquatting::On::PSGI is an adapter to run Squatting apps on PSGI implementations. AUTHORTatsuhiko Miyagawa <miyagawa@bulknews.net> (original author) John Beppu <beppu@cpan.org> (current maintainer) LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOSquatting::On::CGI CGI::PSGI
|