summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-05-08 16:21:40 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-05-08 16:21:40 -0700
commitbe59e0dd68742ed8ced48165aa6650b9bfdd9ad8 (patch)
tree61f65c27b5dfdc5d63ae1b51e61d2340e4e19282
parent206fe9c32db17c1d9bb8f86c3b00971e20237918 (diff)
downloadcarton-be59e0dd68742ed8ced48165aa6650b9bfdd9ad8.tar.gz
v1.0.20v1.0.20
-rw-r--r--Changes6
-rw-r--r--META.json4
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Carton.pm2
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 <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
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__