From 3a699078e7d4600ae09e3bcd408cc8cf9dd272fb Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Sat, 30 Mar 2013 14:54:27 -0700 Subject: [PATCH] v0.9.11 --- Build.PL | 2 +- Changes | 5 +++++ META.json | 2 +- lib/Carton.pm | 2 +- 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 " ], "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);