NAME
Plack::Middleware::Acme::YadaYada - Middleware that handles the Yada Yada operator
VERSION
version 0.01
SYNOPSIS
use Plack::Builder;
my $app = sub { ... };
builder {
enable 'Acme::YadaYada';
$app;
};
DESCRIPTION
This middleware handles exceptions thrown by the Yada Yada operator and returns "501 Not Implemented" if it encounters any.
SEE ALSO
"Yada_Yada_Operator" in perlop
AUTHOR
Rob Hoelz <rob@hoelz.ro>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Rob Hoelz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.