debian man page for html::mason::psgihandler

Query: html::mason::psgihandler

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::Mason::PSGIHandler(3pm)				User Contributed Perl Documentation			     HTML::Mason::PSGIHandler(3pm)

NAME
HTML::Mason::PSGIHandler - PSGI handler for HTML::Mason
SYNOPSIS
# app.psgi use HTML::Mason::PSGIHandler; my $h = HTML::Mason::PSGIHandler->new( comp_root => "/path/to/doc_root", # required ); my $handler = sub { my $env = shift; $h->handle_psgi($env); };
DESCRIPTION
HTML::Mason::PSGIHandler is a PSGI handler for HTML::Mason. It's based on HTML::Mason::CGIHandler and allows you to process Mason templates on any web servers that support PSGI.
SUPPORT
o Git Repository The latest code is available from the git repository at <http://github.com/abh/HTML-Mason-PSGIHandler>. To send patches, make a fork on github and send a pull request. o Bugs Please report bugs at <http://github.com/abh/HTML-Mason-PSGIHandler/issues>.
AUTHORS
Ask Bjorn Hansen <miyagawa@bulknews.net>, Ricardo Signes <rjbs@cpan.org>, Tatsuhiko Miyagawa <miyagawa@bulknews.net>.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
CGI::PSGI Plack PSGI HTML::Mason::CGIHandler perl v5.10.1 2010-12-19 HTML::Mason::PSGIHandler(3pm)
Related Man Pages
html::mason::apachehandler(3pm) - debian
html::mason::methodmaker(3pm) - debian
jifty::view::mason::handler(3pm) - debian
mason::manual::subclasses(3pm) - debian
mason::plugin::htmlfilters(3pm) - debian
Similar Topics in the Unix Linux Community
metapattern extraction in PERL
Geek Tool Shell Commands in HTML
What are web design programming steps starting with HTML?
Send HTML graph using sendmail
[Solved] HTML Email output issue