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

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:44 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 1454b2d40729d70cb5bad8bc98d5a6a477a6bdfe
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat May 12 06:17:55 2012 +0300

    Checking in changes prior to tagging of version v0.9_7.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 48448c0..efb78cc 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,9 @@
     Revision history for carton
    
    +v0.9_7  Sat May 12 06:15:44 EEST 2012
    +        - Experimental multiple mirror support (nihen)
    +        - Fixed cpanm dependency to avoid cascading bug
    +
     v0.9_6  Thu May 10 21:05:35 CEST 2012
             - use cpanfile + Module::Install for dogfooding
             - `carton` without args now does `carton install` (inspired by bundler)
---
 Changes       | 4 ++++
 MANIFEST      | 1 +
 lib/Carton.pm | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 48448c0..efb78cc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for carton
 
+v0.9_7  Sat May 12 06:15:44 EEST 2012
+        - Experimental multiple mirror support (nihen)
+        - Fixed cpanm dependency to avoid cascading bug
+
 v0.9_6  Thu May 10 21:05:35 CEST 2012
         - use cpanfile + Module::Install for dogfooding
         - `carton` without args now does `carton install` (inspired by bundler)
diff --git a/MANIFEST b/MANIFEST
index a6d29c4..39e8cfe 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -50,6 +50,7 @@ xt/CLI.pm
 xt/cli/check.t
 xt/cli/exec.t
 xt/cli/mirror.t
+xt/cli/mirror_multi.t
 xt/cli/version.t
 xt/mirror/modules/02packages.details.txt
 xt/pod.t
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 19bbb39..9b8adc9 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_6";
+use version; our $VERSION = "v0.9_7";
 
 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