[carton] 149/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 a8c3bedf07dbec9bcc26295995173f836aad4aa7
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu Apr 12 19:40:31 2012 +0900

    Checking in changes prior to tagging of version v0.9.5.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 1ed20b9..2e8b246 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,9 @@
     Revision history for carton
    
    +v0.9.5  Thu Apr 12 19:39:19 JST 2012
    +        - Added experimental cpanfile support
    +        - Fixed POD (yanick)
    +
     v0.9.4  Sat Mar 31 13:49:41 CEST 2012
             - use Capture::Tiny to capture output (wchristian)
             - Improve synopsis for exec (dagolden)
---
 .gitignore    | 1 +
 Changes       | 4 ++++
 MANIFEST      | 1 +
 README        | 8 ++++----
 lib/Carton.pm | 2 +-
 5 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index f691d74..3388c21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ pm_to_blib
 docs/
 .carton/
 local/
+carton.lock
\ No newline at end of file
diff --git a/Changes b/Changes
index 1ed20b9..2e8b246 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for carton
 
+v0.9.5  Thu Apr 12 19:39:19 JST 2012
+        - Added experimental cpanfile support
+        - Fixed POD (yanick)
+
 v0.9.4  Sat Mar 31 13:49:41 CEST 2012
         - use Capture::Tiny to capture output (wchristian)
         - Improve synopsis for exec (dagolden)
diff --git a/MANIFEST b/MANIFEST
index 50e05f0..1c03a1a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,7 @@
 .gitignore
 bin/carton
 Changes
+cpanfile
 docs/carton-check.pod
 docs/carton-exec.pod
 docs/carton-faq.pod
diff --git a/README b/README
index fff57d3..6eb4d76 100644
--- a/README
+++ b/README
@@ -22,10 +22,10 @@ SYNOPSIS
       > carton exec -Ilib -- starman -p 8080 myapp.psgi
 
 WARNING
-    This software is under the heavy development and considered ALPHA
-    quality till the version hits v1.0.0. Things might be broken, not all
-    features have been implemented, and APIs will be likely to change. YOU
-    HAVE BEEN WARNED.
+    This software is under heavy development and considered ALPHA quality
+    till its version hits v1.0.0. Things might be broken, not all features
+    have been implemented, and APIs are likely to change. YOU HAVE BEEN
+    WARNED.
 
 DESCRIPTION
     carton is a command line tool to track the Perl module dependencies for
diff --git a/lib/Carton.pm b/lib/Carton.pm
index f8cf443..4c4abc1 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.4";
+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