summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-20 00:07:43 +0200
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-20 00:07:43 +0200
commita5d9b9e5f08f736ade245e4515d026b6b8017f8c (patch)
tree1ad12bdd4d2c0ed9e8cf053c19ec21cc8443e7af
parent5e0c893f0953089a523e005b50de5d7ea2d7b242 (diff)
downloadcarton-a5d9b9e5f08f736ade245e4515d026b6b8017f8c.tar.gz
v1.0.14v1.0.14
-rw-r--r--Changes3
-rw-r--r--META.json4
-rw-r--r--Makefile.PL2
-rw-r--r--lib/Carton.pm2
4 files changed, 7 insertions, 4 deletions
diff --git a/Changes b/Changes
index 3f8a4a6..80e45b6 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v1.0.14 2015-04-20 00:07:26 CEST
+ - same as v1.0.14
+
v1.0.13 2015-04-19 19:38:42 CEST
- require cpanm 1.7030 for better cpanfile support
- switch to MakeMaker
diff --git a/META.json b/META.json
index 9db6d68..7a9d4d6 100644
--- a/META.json
+++ b/META.json
@@ -62,7 +62,7 @@
}
}
},
- "release_status" : "testing",
+ "release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/perl-carton/carton/issues"
@@ -74,7 +74,7 @@
"web" : "https://github.com/perl-carton/carton"
}
},
- "version" : "v1.0.13",
+ "version" : "v1.0.14",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
diff --git a/Makefile.PL b/Makefile.PL
index 247b1e9..bc4ae03 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
"Try::Tiny" => "0.09",
"parent" => "0.223"
},
- "VERSION" => "v1.0.13",
+ "VERSION" => "v1.0.14",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 0e06773..0e6eb53 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.13");
+use version; our $VERSION = version->declare("v1.0.14");
1;
__END__