[carton] 273/472: v0.9.56

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:54 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 37af4f4c30de0446188079c1b1f953d0d2f15c3f
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Tue Jun 4 00:22:01 2013 +0900

    v0.9.56
---
 Build.PL      | 2 +-
 Changes       | 3 +++
 META.json     | 2 +-
 lib/Carton.pm | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Build.PL b/Build.PL
index 7904a03..24baffc 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.55",
+  "dist_version" => "v0.9.56",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index bc1c1dc..cde842b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.56  2013-06-04 00:21:53 JST
+        - Fixed carton tree output to avoid duplicates
+
 v0.9.55  2013-06-03 23:43:52 JST
         - Added back carton tree command
         - Added --distfile option to list command
diff --git a/META.json b/META.json
index 068afe5..6e71dae 100644
--- a/META.json
+++ b/META.json
@@ -76,7 +76,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.55",
+   "version" : "v0.9.56",
    "x_contributors" : [
       "Christian Walde <walde.christian at googlemail.com>",
       "David Golden <dagolden at cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index efa970d..4416974 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -1,7 +1,7 @@
 package Carton;
 use strict;
 use 5.008_005;
-use version; our $VERSION = version->declare("v0.9.55");
+use version; our $VERSION = version->declare("v0.9.56");
 
 1;
 __END__

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