summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2016-05-23 12:35:04 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2016-05-23 12:35:04 -0700
commitcdc2647061a7bcbbe631ec8c16bc759e4dabeb06 (patch)
tree256eaeeb2d768d68b3bbccfc8a87ecd7602cb7e3
parenta1842ba0c256fcd48e87bc9d2159ea5ea5965b6d (diff)
downloadcarton-cdc2647061a7bcbbe631ec8c16bc759e4dabeb06.tar.gz
v1.0.27v1.0.27
-rw-r--r--Changes3
-rw-r--r--META.json7
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Carton.pm2
4 files changed, 10 insertions, 6 deletions
diff --git a/Changes b/Changes
index 8e64276..5768fd8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v1.0.27 2016-05-23 12:34:58 PDT
+ - revert v1.0.25 undef special casing
+
v1.0.26 2016-05-21 20:29:11 PDT
- Make sure 'undef' and '0' are encoded properly writing 02packages as well
diff --git a/META.json b/META.json
index 6d48c82..22abefc 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.047, Dist::Milla version v1.0.16, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "Dist::Zilla version 5.043, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
@@ -33,7 +33,7 @@
"develop" : {
"requires" : {
"Capture::Tiny" : "0",
- "Dist::Milla" : "v1.0.16",
+ "Dist::Milla" : "v1.0.15",
"Test::More" : "0.9",
"Test::Pod" : "1.41",
"Test::Requires" : "0"
@@ -74,11 +74,12 @@
"web" : "https://github.com/perl-carton/carton"
}
},
- "version" : "v1.0.26",
+ "version" : "v1.0.27",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
"David Steinbrunner <dsteinbrunner@pobox.com>",
+ "ikasam_a <masaki.nakagawa@gmail.com>",
"Jonathan Steinert <hachi@fastly.com>",
"Jose Luis Martinez <jlmartinez@capside.com>",
"Kan Fushihara <kan.fushihara@gmail.com>",
diff --git a/Makefile.PL b/Makefile.PL
index 5b5015c..a4c098b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.047.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
use strict;
use warnings;
@@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"Try::Tiny" => "0.09",
"parent" => "0.223"
},
- "VERSION" => "v1.0.26",
+ "VERSION" => "v1.0.27",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/lib/Carton.pm b/lib/Carton.pm
index ce70869..0fb7044 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.26");
+use version; our $VERSION = version->declare("v1.0.27");
1;
__END__