[carton] 337/472: v0.9.62

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 0cdbb4c49d4df2b177843ef2d037821c9b7daa0c
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Jul 22 14:33:23 2013 -0700

    v0.9.62
---
 Build.PL      | 2 +-
 Changes       | 4 ++++
 META.json     | 2 +-
 lib/Carton.pm | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Build.PL b/Build.PL
index f81f368..56cc012 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.61",
+  "dist_version" => "v0.9.62",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index 03a2ca8..9aef694 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.62  2013-07-22 14:33:11 PDT
+        - Now all carton commands can be run from a subdirectory #69
+        - Refactored the way cpanfile/carton.lock files are detected
+
 v0.9.61  2013-07-22 10:24:35 PDT
         - Implemented experimental --without option for carton install
 
diff --git a/META.json b/META.json
index b08cfb8..d9c3fe2 100644
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.61",
+   "version" : "v0.9.62",
    "x_contributors" : [
       "Christian Walde <walde.christian at googlemail.com>",
       "David Golden <dagolden at cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 104736d..817d929 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.61");
+use version; our $VERSION = version->declare("v0.9.62");
 
 1;
 __END__

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list