The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plack::Middleware::FixMissingBodyInRedirect - Plack::Middleware which sets body for redirect response, if it's not already set

VERSION

version 0.01

SYNOPSIS

   use strict;
   use warnings;

   use Plack::Builder;

   my $app = sub { ...  };

   builder {
       enable "Plack::Middleware::FixMissingBodyInRedirect";
       $app;
   };

DESCRIPTION

This module sets body in redirect response, if it's not already set.

NAME

Plack::Middleware::FixMissingBodyInRedirect - set body for redirect response, if it's not already set

COPYRIGHT & LICENSE

Copyright 2014 Upasana.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Upasana <me@upasana.me>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Upasana.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.