summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-26 12:22:31 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-26 12:22:31 -0700
commitbcb365bd32a13bbf069ee74faf6b9816fd26bbb9 (patch)
tree4d8ab2310ba4c2cb2002165c5ff3c1291e61cd95
parentef570ccd1a17cdfe5fdf0e537af05c0a6cd4ee27 (diff)
downloadcarton-bcb365bd32a13bbf069ee74faf6b9816fd26bbb9.tar.gz
v0.9.60v0.9.60
-rw-r--r--Build.PL2
-rw-r--r--Changes3
-rw-r--r--META.json4
-rw-r--r--lib/Carton.pm2
4 files changed, 7 insertions, 4 deletions
diff --git a/Build.PL b/Build.PL
index c662ba1..7492783 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
"Tatsuhiko Miyagawa"
],
"dist_name" => "carton",
- "dist_version" => "v0.9.59",
+ "dist_version" => "v0.9.60",
"license" => "perl",
"module_name" => "carton",
"recommends" => {},
diff --git a/Changes b/Changes
index cd4cc92..d9d6880 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v0.9.60 2013-06-26 12:22:21 PDT
+ - Bump MakeMaker and Module::Build dependencies to support test requires
+
v0.9.59 2013-06-17 17:13:21 PDT
- carton exec -Ilib gives a warning, while carton exec perl -Ilib won't #97
diff --git a/META.json b/META.json
index 4a0d3b2..f025d32 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131560",
+ "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.131560",
"license" : [
"perl_5"
],
@@ -77,7 +77,7 @@
"web" : "https://github.com/miyagawa/carton"
}
},
- "version" : "v0.9.59",
+ "version" : "v0.9.60",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index de4c5e6..0d1afc5 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("v0.9.59");
+use version; our $VERSION = version->declare("v0.9.60");
1;
__END__