The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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