Squatting::On::PSGI - Run Squatting app on PSGI


Squatting-On-PSGI documentation  | view source Contained in the Squatting-On-PSGI distribution.

Index


NAME

Top

Squatting::On::PSGI - Run Squatting app on PSGI

SYNOPSIS

Top

  # app.psgi
  use App 'On::PSGI';
  App->init;

  my $handler = sub {
      my $env = shift;
      App->psgi($env);
  };

DESCRIPTION

Top

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

AUTHOR

Top

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

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

LICENSE

Top

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

SEE ALSO

Top

Squatting::On::CGI CGI::PSGI


Squatting-On-PSGI documentation  | view source Contained in the Squatting-On-PSGI distribution.