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

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.

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.