debian man page for plack::middleware::status

Query: plack::middleware::status

OS: debian

Section: 3pm

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

Plack::Middleware::Status(3pm)				User Contributed Perl Documentation			    Plack::Middleware::Status(3pm)

NAME
Plack::Middleware::Status - Plack Middleware for mapping urls to status code-driven responses
VERSION
version 1.101150
SYNOPSIS
# app.psgi use Plack::Builder; my $app = sub { # ... }; builder { enable 'Status', path => qr{/not-implemented}, status => 501; $app; };
AUTHOR
Patrick Donelan <pat@patspam.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Patrick Donelan. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2011-12-22 Plack::Middleware::Status(3pm)
Related Man Pages
plack::app::file(3pm) - debian
plack::component(3pm) - debian
plack::middleware::lighttpdscriptnamefix(3pm) - debian
plack::middleware::recursive(3pm) - debian
plack::session::state::cookie(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk