summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2018-05-04 11:01:49 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2018-05-04 11:01:49 -0700
commit9d08521856baab993a77c0797409fbb14d501f7f (patch)
treed71f7fc78ffbc13781201839e4e8bc1256508e25
parent8dbddd4837464fb410f3acb4c4afc763c8535b94 (diff)
downloadcarton-9d08521856baab993a77c0797409fbb14d501f7f.tar.gz
v1.0.32v1.0.32
-rw-r--r--Changes4
-rw-r--r--META.json7
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Carton.pm2
4 files changed, 11 insertions, 6 deletions
diff --git a/Changes b/Changes
index f842df6..7650377 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for carton
{{$NEXT}}
+v1.0.32 2018-05-04 11:01:36 PDT
+ - Write out 02packages.details.txt.gz in carton bundle so that you can use
+ plain cpanm to install them
+
v1.0.31 2018-04-28 08:31:27 PDT
- Fix carton fatpack to include runtime dependencies for Menlo #571
diff --git a/META.json b/META.json
index 393d980..610d8b8 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -72,7 +72,7 @@
"web" : "https://github.com/perl-carton/carton"
}
},
- "version" : "v1.0.31",
+ "version" : "v1.0.32",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
@@ -93,7 +93,8 @@
"WATANABE Hiroaki <hwat@mac.com>",
"Yanick Champoux <yanick@babyl.dyndns.org>"
],
- "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233",
+ "x_generated_by_perl" : "v5.20.1",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.02",
"x_static_install" : 0
}
diff --git a/Makefile.PL b/Makefile.PL
index 2a2a510..1e1524c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"Try::Tiny" => "0.09",
"parent" => "0.223"
},
- "VERSION" => "v1.0.31",
+ "VERSION" => "v1.0.32",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 8d18a99..5f9c55a 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.31");
+use version; our $VERSION = version->declare("v1.0.32");
1;
__END__