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