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

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

commit dc41a51e50d497895304308bea0efa57236adf38
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Tue Feb 26 13:33:21 2013 -0800

    Checking in changes prior to tagging of version v0.9.10.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 20dbea1..0d3eac0 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,8 @@
     Revision history for carton
    
    +v0.9.10 Tue Feb 26 13:32:34 PST 2013
    +        - Same as v0.9_9. Still considered pre-1.0!
    +
     v0.9_9  Wed Feb  6 11:02:46 PST 2013
             - Fixed bundle command where it updated modules, not the versions 
specified in carton.lock.
               bundle now builds mirror files like install --deployment, and 
downloads tarballs for the
---
 Changes       | 3 +++
 cpanfile      | 2 +-
 lib/Carton.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 20dbea1..0d3eac0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for carton
 
+v0.9.10 Tue Feb 26 13:32:34 PST 2013
+        - Same as v0.9_9. Still considered pre-1.0!
+
 v0.9_9  Wed Feb  6 11:02:46 PST 2013
         - Fixed bundle command where it updated modules, not the versions 
specified in carton.lock.
           bundle now builds mirror files like install --deployment, and 
downloads tarballs for the
diff --git a/cpanfile b/cpanfile
index f7bfc99..cf24a88 100644
--- a/cpanfile
+++ b/cpanfile
@@ -12,7 +12,7 @@ requires 'Getopt::Long', 2.36;
 requires 'Module::CPANfile', 0.9004;
 
 # MYMETA support
-requires 'App::cpanminus', 1.5020;
+requires 'App::cpanminus', 1.6000;
 requires 'ExtUtils::MakeMaker', 6.59;
 requires 'Module::Build', 0.38;
 requires 'CPAN::Meta', 2.120921;
diff --git a/lib/Carton.pm b/lib/Carton.pm
index e107e8b..d11bb3f 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 = "v0.9_9";
+use version; our $VERSION = "v0.9.10";
 
 use Cwd;
 use Config qw(%Config);

-- 
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