NAME

Pod::POM::Web::PSGI - Run Pod::POM::Web as a PSGI application

SYNOPSIS

Run Pod::POM::Web as a PSGI application with plackup:

plackup -e 'require Pod::POM::Web::PSGI'

Load Pod::POM::Web as a PSGI application:

my $app = require Pod::POM::Web::PSGI;

DESCRIPTION

This is a wrapper for Pod::POM::Web to transform it as a PSGI application. This allow then to integrate Pod::POM::Web in a bigger web application, by mounting it for example with Plack::Builder.

Note that the current implementation is only a PSGI wrapper around Pod::POM::Web loaded as a CGI (using Plack::App::WrapCGI). This is absolutely inefficient. So consider this just as a proof of concept.

SEE ALSO

AUTHOR

Olivier Mengué, dolmen@cpan.org

COPYRIGHT & LICENSE

Copyright © 2011 Olivier Mengué.

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