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

NAME

ASP4::PSGI - Run your ASP4 web application under PSGI/Plack.

SYNOPSIS

In your app.psgi file:

  use ASP4::PSGI;
  
  ASP4::PSGI->app;

That's it!

DESCRIPTION

ASP4 is a great way to build web applications. PSGI/Plack is a great way to abstract a web application from the environment in which it is run.

While I wouldn't yet run a high-traffic ASP4 web application in this way, it works very well for smaller tools and apps.

SEE ALSO

Plack, PSGI, http://plackperl.org/

SPECIAL THANKS TO

* Tatsuhiko Miyagawa - The man behind Plack and PSGI.

* Everyone else who has worked on the Plack and PSGI projects.

BUGS

It's possible that some bugs have found their way into this release.

Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=ASP4-PSGI to submit bug reports.

HOMEPAGE

Please visit the ASP4 homepage at http://0x31337.org/code/ to see examples of ASP4 in action.

AUTHOR

John Drago <jdrago_999@yahoo.com>

COPYRIGHT

This software is Free software and may be used and redistributed under the same terms as perl itself.