[carton] 150/472: Checking in changes prior to tagging of version v0.9_5.

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:42 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 5cb2557490810be890b15daad96ec4c0a747ffe8
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu Apr 12 19:41:26 2012 +0900

    Checking in changes prior to tagging of version v0.9_5.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 2e8b246..e6ba189 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,6 +1,6 @@
     Revision history for carton
    
    -v0.9.5  Thu Apr 12 19:39:19 JST 2012
    +v0.9_5  Thu Apr 12 19:39:19 JST 2012
             - Added experimental cpanfile support
             - Fixed POD (yanick)
---
 Changes       | 2 +-
 lib/Carton.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 2e8b246..e6ba189 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for carton
 
-v0.9.5  Thu Apr 12 19:39:19 JST 2012
+v0.9_5  Thu Apr 12 19:39:19 JST 2012
         - Added experimental cpanfile support
         - Fixed POD (yanick)
 
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 4c4abc1..681e248 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.5";
+use version; our $VERSION = "v0.9_5";
 
 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



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