summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL2
-rw-r--r--Changes5
-rw-r--r--META.json2
-rw-r--r--lib/Carton.pm2
4 files changed, 8 insertions, 3 deletions
diff --git a/Build.PL b/Build.PL
index 8a7ba96..19ea04f 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
"Tatsuhiko Miyagawa <miyagawa\@bulknews.net>"
],
"dist_name" => "carton",
- "dist_version" => "v0.9.10",
+ "dist_version" => "v0.9.11",
"license" => "perl",
"module_name" => "carton",
"recommends" => {},
diff --git a/Changes b/Changes
index 8e420ab..465f45c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for carton
{{$NEXT}}
+v0.9.11 2013-03-30 14:54:21 PDT
+ - Ignore 'perl' requirements so as it won't fail, for now. #71
+ - Install 'test' dependencies by default. #66
+ - Convert to Milla, do not install carton-* man pages
+
v0.9.10 Tue Feb 26 13:32:34 PST 2013
- Same as v0.9_9. Still considered pre-1.0!
diff --git a/META.json b/META.json
index f46aa1c..bee10f3 100644
--- a/META.json
+++ b/META.json
@@ -65,6 +65,6 @@
"web" : "https://github.com/miyagawa/carton"
}
},
- "version" : "v0.9.10"
+ "version" : "v0.9.11"
}
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 6392723..b89dc77 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -3,7 +3,7 @@ package Carton;
use strict;
use warnings;
use 5.008_001;
-use version; our $VERSION = version->declare("v0.9.10");
+use version; our $VERSION = version->declare("v0.9.11");
use Cwd;
use Config qw(%Config);