The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 03
META.json 22
META.yml 22
Makefile.PL 32
README 22
dist.ini 11
lib/Plack/Middleware/FixMissingBodyInRedirect.pm 22
7 files changed (This is a version diff) 1214
@@ -1,3 +1,6 @@
+0.12
+    * Fixed inconsistent VERSION
+
 0.11
 
     * Added repository and bugtracker information to metadata
@@ -4,7 +4,7 @@
       "Upasana <me@upasana.me>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640",
+   "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640",
    "license" : [
       "perl_5"
    ],
@@ -58,6 +58,6 @@
          "web" : "https://github.com/Sweet-kid/Plack-Middleware-FixMissingBodyInRedirect"
       }
    },
-   "version" : "0.11"
+   "version" : "0.12"
 }
 
@@ -10,7 +10,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '6.30'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640'
+generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,4 +28,4 @@ resources:
   bugtracker: https://github.com/Sweet-kid/Plack-Middleware-FixMissingBodyInRedirect/issues
   homepage: https://github.com/Sweet-kid/Plack-Middleware-FixMissingBodyInRedirect
   repository: https://github.com/Sweet-kid/Plack-Middleware-FixMissingBodyInRedirect.git
-version: '0.11'
+version: '0.12'
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
 use strict;
 use warnings;
 
@@ -12,7 +12,6 @@ use ExtUtils::MakeMaker 6.30;
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Plack::Middleware which sets body for redirect response, if it's not already set",
   "AUTHOR" => "Upasana <me\@upasana.me>",
-  "BUILD_REQUIRES" => {},
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.30"
   },
@@ -35,7 +34,7 @@ my %WriteMakefileArgs = (
     "Plack::Test" => 0,
     "Test::More" => 0
   },
-  "VERSION" => "0.11",
+  "VERSION" => "0.12",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Plack-Middleware-FixMissingBodyInRedirect,
-version 0.11:
+version 0.12:
 
   Plack::Middleware which sets body for redirect response, if it's not already set
 
@@ -11,5 +11,5 @@ This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.015.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.019.
 
@@ -1,5 +1,5 @@
 name = Plack-Middleware-FixMissingBodyInRedirect
-version = 0.11
+version = 0.12
 author = Upasana <me@upasana.me>
 license = Perl_5
 copyright_holder = Upasana
@@ -8,7 +8,7 @@ use HTML::Entities;
 use Scalar::Util qw(blessed);
 # ABSTRACT: Plack::Middleware which sets body for redirect response, if it's not already set
 
-our $VERSION = '0.10';
+our $VERSION = '0.12';
 
 sub call {
     my $self = shift;
@@ -91,7 +91,7 @@ Plack::Middleware::FixMissingBodyInRedirect - Plack::Middleware which sets body
 
 =head1 VERSION
 
-version 0.11
+version 0.12
 
 =head1 SYNOPSIS