From be59e0dd68742ed8ced48165aa6650b9bfdd9ad8 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Fri, 8 May 2015 16:21:40 -0700 Subject: v1.0.20 --- Changes | 6 ++++-- META.json | 4 ++-- Makefile.PL | 4 ++-- lib/Carton.pm | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index e573597..173e629 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,10 @@ Revision history for carton {{$NEXT}} - - Disable fatpack generation in carton bundle by default. Use the new standalone - command carton fatpack, to generate vendor/bin/carton + +v1.0.20 2015-05-08 16:20:37 PDT + - INCOMPATIBLE: Disable fatpack generation in carton bundle by default. + Use the new standalone command carton fatpack, to generate vendor/bin/carton v1.0.19 2015-05-01 17:48:06 PDT - Remove Module::Build and MakeMaker from prerequisite since cpanm will diff --git a/META.json b/META.json index ae9aeb3..667757e 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.035, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 5.036, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], @@ -74,7 +74,7 @@ "web" : "https://github.com/perl-carton/carton" } }, - "version" : "v1.0.19", + "version" : "v1.0.20", "x_contributors" : [ "Christian Walde ", "David Golden ", diff --git a/Makefile.PL b/Makefile.PL index ae706c4..c86f079 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.035. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036. use strict; use warnings; @@ -34,7 +34,7 @@ my %WriteMakefileArgs = ( "Try::Tiny" => "0.09", "parent" => "0.223" }, - "VERSION" => "v1.0.19", + "VERSION" => "v1.0.20", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Carton.pm b/lib/Carton.pm index 21b9124..fc02149 100644 --- a/lib/Carton.pm +++ b/lib/Carton.pm @@ -1,7 +1,7 @@ package Carton; use strict; use 5.008_005; -use version; our $VERSION = version->declare("v1.0.19"); +use version; our $VERSION = version->declare("v1.0.20"); 1; __END__ -- cgit v1.2.1