Codebase list libplack-middleware-fixmissingbodyinredirect-perl / 26af92e
Increased VERSION Upasana 10 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 name = Plack-Middleware-FixMissingBodyInRedirect
1 version = 0.09
1 version = 0.10
22 author = Upasana <me@upasana.me>
33 license = Perl_5
44 copyright_holder = Upasana
77 use Scalar::Util qw(blessed);
88 # ABSTRACT: Plack::Middleware which sets body for redirect response, if it's not already set
99
10 our $VERSION = '0.09';
10 our $VERSION = '0.10';
1111
1212 sub call {
1313 my $self = shift;