summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-25 06:37:24 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-25 06:37:24 -0700
commit1b1bf5e3648a1f8eff79dac10b7a8c208339f2f4 (patch)
treee372936f51641fb59831de70f86df1903cb47808
parent47e54791e34c587a864b4a83a3208b632eb96768 (diff)
downloadcarton-1b1bf5e3648a1f8eff79dac10b7a8c208339f2f4.tar.gz
v1.0.16v1.0.16
-rw-r--r--Changes3
-rw-r--r--META.json2
-rw-r--r--Makefile.PL2
-rw-r--r--lib/Carton.pm2
4 files changed, 6 insertions, 3 deletions
diff --git a/Changes b/Changes
index 6958ad8..bf7d820 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v1.0.16 2015-04-25 06:37:17 PDT
+ - update 02packages.details.txt whitespace padding to follow PAUSE
+
v1.0.15 2015-04-20 11:13:32 CEST
- downgrade some dependencies for fatpack-related tools to recommends
(probably ship it as a separate distribution in the future)
diff --git a/META.json b/META.json
index f70d37f..5979b9d 100644
--- a/META.json
+++ b/META.json
@@ -76,7 +76,7 @@
"web" : "https://github.com/perl-carton/carton"
}
},
- "version" : "v1.0.15",
+ "version" : "v1.0.16",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
diff --git a/Makefile.PL b/Makefile.PL
index 8baf516..75cc418 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
"Try::Tiny" => "0.09",
"parent" => "0.223"
},
- "VERSION" => "v1.0.15",
+ "VERSION" => "v1.0.16",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 0dd3aa3..4cc33e6 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.15");
+use version; our $VERSION = version->declare("v1.0.16");
1;
__END__