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

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

commit 8857cbb36fd37ca27a6e1b828680f6f4fbbf18b4
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Mon Jul 22 10:24:47 2013 -0700

    v0.9.61
---
 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 7492783..f81f368 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.60",
+  "dist_version" => "v0.9.61",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index d9d6880..03a2ca8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.61  2013-07-22 10:24:35 PDT
+        - Implemented experimental --without option for carton install
+
 v0.9.60  2013-06-26 12:22:21 PDT
         - Bump MakeMaker and Module::Build dependencies to support test 
requires
 
diff --git a/META.json b/META.json
index f025d32..b08cfb8 100644
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
          "web" : "https://github.com/miyagawa/carton";
       }
    },
-   "version" : "v0.9.60",
+   "version" : "v0.9.61",
    "x_contributors" : [
       "Christian Walde <walde.christ...@googlemail.com>",
       "David Golden <dagol...@cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 0d1afc5..104736d 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.60");
+use version; our $VERSION = version->declare("v0.9.61");
 
 1;
 __END__

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to