[carton] 143/472: Checking in changes prior to tagging of version v0.9.4.

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:41 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 9864f9910525dbc0cd4f0430050124885235a1b4
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Mar 31 13:51:13 2012 +0200

    Checking in changes prior to tagging of version v0.9.4.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index e552491..1ed20b9 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,11 @@
     Revision history for carton
    
    +v0.9.4  Sat Mar 31 13:49:41 CEST 2012
    +        - use Capture::Tiny to capture output (wchristian)
    +        - Improve synopsis for exec (dagolden)
    +        - Implemented bundle command (masaki)
    +        - Fix Getopt::Long dependency (pfig)
    +
     v0.9.3  Wed Oct 19 14:30:50 JST 2011
             - Fixed META.yml by patching Module::Install and repackaging
---
 Changes       | 6 ++++++
 lib/Carton.pm | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index e552491..1ed20b9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for carton
 
+v0.9.4  Sat Mar 31 13:49:41 CEST 2012
+        - use Capture::Tiny to capture output (wchristian)
+        - Improve synopsis for exec (dagolden)
+        - Implemented bundle command (masaki)
+        - Fix Getopt::Long dependency (pfig)
+
 v0.9.3  Wed Oct 19 14:30:50 JST 2011
         - Fixed META.yml by patching Module::Install and repackaging
 
diff --git a/lib/Carton.pm b/lib/Carton.pm
index d7ce806..8a2ae25 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.3";
+use version; our $VERSION = "v0.9.4";
 
 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