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, Plack::Middleware

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.

BUGS

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.