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

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

commit cdfaf03a61b833a829448086718ceb37d3ce2d01
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Wed Feb 6 11:04:24 2013 -0800

    Checking in changes prior to tagging of version v0.9_9.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index f45e46e..20dbea1 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,10 @@
     Revision history for carton
    
    +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
    +          specified versions. (vti)
    +
     v0.9_8  Tue Feb  5 12:17:54 PST 2013
             - Do not use carton.lock to build extra dependencies. Everything 
has to be
               pulled out of cpanfile, even with the deployment mode. This 
makes the deployment
---
 Changes       | 5 +++++
 lib/Carton.pm | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index f45e46e..20dbea1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for carton
 
+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
+          specified versions. (vti)
+
 v0.9_8  Tue Feb  5 12:17:54 PST 2013
         - Do not use carton.lock to build extra dependencies. Everything has 
to be
           pulled out of cpanfile, even with the deployment mode. This makes 
the deployment
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 8ade44e..eb9f656 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_8";
+use version; our $VERSION = "v0.9_9";
 
 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