summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-08-05 19:20:24 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-08-05 19:20:24 -0700
commit2a5c95d2e1648b90d7eacdb7eb60042de69d3b59 (patch)
treecef2c099375a73e4dd5e387dd91b13b73195298a
parentd01f9abe593f931d0e3c30212a09dfd6b1761c36 (diff)
downloadcarton-2a5c95d2e1648b90d7eacdb7eb60042de69d3b59.tar.gz
v1.0.4v1.0.4
-rw-r--r--Build.PL4
-rw-r--r--Changes3
-rw-r--r--META.json4
-rw-r--r--lib/Carton.pm2
4 files changed, 8 insertions, 5 deletions
diff --git a/Build.PL b/Build.PL
index 6d21140..f0c1d83 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,13 +18,13 @@ my %module_build_args = (
"Tatsuhiko Miyagawa"
],
"dist_name" => "Carton",
- "dist_version" => "v1.0.3",
+ "dist_version" => "v1.0.4",
"license" => "perl",
"module_name" => "Carton",
"recommends" => {},
"recursive_test_files" => 1,
"requires" => {
- "App::cpanminus" => "1.6936",
+ "App::cpanminus" => "1.6937",
"CPAN::Meta" => "2.120921",
"CPAN::Meta::Requirements" => "2.121",
"Exception::Class" => "1.32",
diff --git a/Changes b/Changes
index ce3e17c..ccf5dba 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v1.0.4 2013-08-05 19:20:11 PDT
+ - Bump cpanm to deal with failing to extract versions with version.pm #120 (lestrrat)
+
v1.0.3 2013-08-05 10:17:59 PDT
- Update obsolete docs
- Added missing docs to some commands
diff --git a/META.json b/META.json
index 2790751..00d3833 100644
--- a/META.json
+++ b/META.json
@@ -46,7 +46,7 @@
},
"runtime" : {
"requires" : {
- "App::cpanminus" : "1.6936",
+ "App::cpanminus" : "1.6937",
"CPAN::Meta" : "2.120921",
"CPAN::Meta::Requirements" : "2.121",
"Exception::Class" : "1.32",
@@ -78,7 +78,7 @@
"web" : "https://github.com/miyagawa/carton"
}
},
- "version" : "v1.0.3",
+ "version" : "v1.0.4",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index bb4f041..7b274e5 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.3");
+use version; our $VERSION = version->declare("v1.0.4");
1;
__END__