From ca8962860787c63a090f5bad28bf41a1df719f25 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Sun, 2 Jun 2013 12:38:26 +0900 Subject: v0.9.54 --- 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 9efea9b..054b003 100644 --- a/Build.PL +++ b/Build.PL @@ -18,7 +18,7 @@ my %module_build_args = ( "Tatsuhiko Miyagawa" ], "dist_name" => "carton", - "dist_version" => "v0.9.53", + "dist_version" => "v0.9.54", "license" => "perl", "module_name" => "carton", "recommends" => {}, diff --git a/Changes b/Changes index 200200e..8c2a169 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for carton {{$NEXT}} +v0.9.54 2013-06-02 12:38:20 JST + - Install develop phase dependencies by default with carton install + - carton exec now doesn't set PERL5OPT with lib::core::only, so as not to mess with + the subprocess and site_perl modules (#60, #70, #82) + v0.9.53 2013-06-01 23:54:53 JST - use Moo - refactored installer/downloader as Carton::Builder diff --git a/META.json b/META.json index e5449de..db7f797 100644 --- a/META.json +++ b/META.json @@ -74,7 +74,7 @@ "web" : "https://github.com/miyagawa/carton" } }, - "version" : "v0.9.53", + "version" : "v0.9.54", "x_contributors" : [ "Christian Walde ", "David Golden ", diff --git a/lib/Carton.pm b/lib/Carton.pm index 2717545..a7c43f3 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.53"); +use version; our $VERSION = version->declare("v0.9.54"); 1; __END__ -- cgit v1.2.1