
Plack::Middleware::Acme::YadaYada - Middleware that handles the Yada Yada operator

version 0.01

use Plack::Builder;
my $app = sub { ... };
builder {
enable 'Acme::YadaYada';
$app;
};

This middleware handles exceptions thrown by the Yada Yada operator and returns "501 Not Implemented" if it encounters any.

"Yada_Yada_Operator" in perlop, Plack::Middleware

Rob Hoelz <rob@hoelz.ro>

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.

Please report any bugs or feature requests on the bugtracker website http://github.com/hoelzro/plack-middleware-acme-yadayada/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.