The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Squatting::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);
};

DESCRIPTION

Squatting::On::PSGI is an adapter to run Squatting apps on PSGI implementations.

AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net> (original author)

John Beppu <beppu@cpan.org> (current maintainer)

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Squatting::On::CGI CGI::PSGI