From e5e95423bba0ffdd041620c97d771de39464ba97 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Mon, 17 Jun 2013 17:13:36 -0700 Subject: v0.9.59 --- Build.PL | 2 +- Changes | 3 +++ META.json | 2 +- lib/Carton.pm | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index e4bea9a..0c8cbae 100644 --- a/Build.PL +++ b/Build.PL @@ -18,7 +18,7 @@ my %module_build_args = ( "Tatsuhiko Miyagawa" ], "dist_name" => "carton", - "dist_version" => "v0.9.58", + "dist_version" => "v0.9.59", "license" => "perl", "module_name" => "carton", "recommends" => {}, diff --git a/Changes b/Changes index 6addd46..cd4cc92 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for carton {{$NEXT}} +v0.9.59 2013-06-17 17:13:21 PDT + - carton exec -Ilib gives a warning, while carton exec perl -Ilib won't #97 + v0.9.58 2013-06-10 03:17:23 PDT - Fix tests - carton exec without an arg should raise an error diff --git a/META.json b/META.json index 4e53d3a..fc1a482 100644 --- a/META.json +++ b/META.json @@ -77,7 +77,7 @@ "web" : "https://github.com/miyagawa/carton" } }, - "version" : "v0.9.58", + "version" : "v0.9.59", "x_contributors" : [ "Christian Walde ", "David Golden ", diff --git a/lib/Carton.pm b/lib/Carton.pm index 590b3ee..de4c5e6 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.58"); +use version; our $VERSION = version->declare("v0.9.59"); 1; __END__ -- cgit v1.2.1