[carton] 47/472: Checking in changes prior to tagging of version v0.1_0.

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:31 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 8df426541f7bb1afb9607c1ed3206f5e3d7d2690
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sun Jun 26 11:03:58 2011 -0700

    Checking in changes prior to tagging of version v0.1_0.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index bb48eb3..d5a77f8 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,4 +1,4 @@
     Revision history for Perl extension App::carton
    
    -0.01  Fri Jun 10 19:27:39 2011
    +v0.1_0  Sun Jun 26 11:03:50 PDT 2011
             - original version
---
 Changes       | 2 +-
 Makefile.PL   | 2 +-
 lib/Carton.pm | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index bb48eb3..d5a77f8 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
 Revision history for Perl extension App::carton
 
-0.01  Fri Jun 10 19:27:39 2011
+v0.1_0  Sun Jun 26 11:03:50 PDT 2011
         - original version
diff --git a/Makefile.PL b/Makefile.PL
index d7abae3..9ba922e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ readme_from('lib/Carton.pod');
 configure_requires 'version', 0.77;
 
 requires 'JSON';
-requires 'App::cpanminus', 1.5000;
+requires 'App::cpanminus', 1.4900;
 requires 'Term::ANSIColor', 1.12;
 requires 'Module::Metadata', 1.000003;
 requires 'Try::Tiny';
diff --git a/lib/Carton.pm b/lib/Carton.pm
index a35300b..4adefd3 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 = qv('v0.1.0');
+use version; our $VERSION = qv('v0.1_0');
 
 use Carton::Util;
 

-- 
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