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

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 03065369ea5b6a39db1076a25ab6e8caf3f8d094
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Tue Feb 5 12:20:41 2013 -0800

    Checking in changes prior to tagging of version v0.9_8.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index efb78cc..f45e46e 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,11 @@
     Revision history for carton
    
    +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
    +          much more reliable, and could possibly work with differing os/perl versions
    +          across development and deployments.
    +
     v0.9_7  Sat May 12 06:15:44 EEST 2012
             - Experimental multiple mirror support (nihen)
             - Fixed cpanm dependency to avoid cascading bug
---
 .gitignore    | 2 +-
 Changes       | 6 ++++++
 MANIFEST      | 1 +
 lib/Carton.pm | 2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3388c21..2f83122 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 MYMETA.*
-META.yml
+META.*
 Makefile
 inc/
 pm_to_blib
diff --git a/Changes b/Changes
index efb78cc..f45e46e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for carton
 
+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
+          much more reliable, and could possibly work with differing os/perl versions
+          across development and deployments.
+
 v0.9_7  Sat May 12 06:15:44 EEST 2012
         - Experimental multiple mirror support (nihen)
         - Fixed cpanm dependency to avoid cascading bug
diff --git a/MANIFEST b/MANIFEST
index 39e8cfe..f330b73 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -43,6 +43,7 @@ lib/Carton/Tree.pm
 lib/Carton/Util.pm
 Makefile.PL
 MANIFEST			This list of files
+META.json
 META.yml
 README
 t/00_compile.t
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 06a28f4..61feb85 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_7";
+use version; our $VERSION = "v0.9_8";
 
 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