Codebase list libplack-middleware-fixmissingbodyinredirect-perl / upstream/0.12
Imported Upstream version 0.12 Florian Schlichting 8 years ago
7 changed file(s) with 14 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 0.12
1 * Fixed inconsistent VERSION
2
03 0.11
14
25 * Added repository and bugtracker information to metadata
33 "Upasana <me@upasana.me>"
44 ],
55 "dynamic_config" : 0,
6 "generated_by" : "Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640",
6 "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640",
77 "license" : [
88 "perl_5"
99 ],
5757 "web" : "https://github.com/Sweet-kid/Plack-Middleware-FixMissingBodyInRedirect"
5858 }
5959 },
60 "version" : "0.11"
60 "version" : "0.12"
6161 }
6262
99 configure_requires:
1010 ExtUtils::MakeMaker: '6.30'
1111 dynamic_config: 0
12 generated_by: 'Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640'
12 generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640'
1313 license: perl
1414 meta-spec:
1515 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2727 bugtracker: https://github.com/Sweet-kid/Plack-Middleware-FixMissingBodyInRedirect/issues
2828 homepage: https://github.com/Sweet-kid/Plack-Middleware-FixMissingBodyInRedirect
2929 repository: https://github.com/Sweet-kid/Plack-Middleware-FixMissingBodyInRedirect.git
30 version: '0.11'
30 version: '0.12'
00
1 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
1 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
22 use strict;
33 use warnings;
44
1111 my %WriteMakefileArgs = (
1212 "ABSTRACT" => "Plack::Middleware which sets body for redirect response, if it's not already set",
1313 "AUTHOR" => "Upasana <me\@upasana.me>",
14 "BUILD_REQUIRES" => {},
1514 "CONFIGURE_REQUIRES" => {
1615 "ExtUtils::MakeMaker" => "6.30"
1716 },
3433 "Plack::Test" => 0,
3534 "Test::More" => 0
3635 },
37 "VERSION" => "0.11",
36 "VERSION" => "0.12",
3837 "test" => {
3938 "TESTS" => "t/*.t"
4039 }
00
11
22 This archive contains the distribution Plack-Middleware-FixMissingBodyInRedirect,
3 version 0.11:
3 version 0.12:
44
55 Plack::Middleware which sets body for redirect response, if it's not already set
66
1010 the same terms as the Perl 5 programming language system itself.
1111
1212
13 This README file was generated by Dist::Zilla::Plugin::Readme v5.015.
13 This README file was generated by Dist::Zilla::Plugin::Readme v5.019.
1414
00 name = Plack-Middleware-FixMissingBodyInRedirect
1 version = 0.11
1 version = 0.12
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.10';
10 our $VERSION = '0.12';
1111
1212 sub call {
1313 my $self = shift;
9090
9191 =head1 VERSION
9292
93 version 0.11
93 version 0.12
9494
9595 =head1 SYNOPSIS
9696