[carton] 317/472: v0.9.58

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:59 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 4271dc65c4ef75bad562db60c6ebee07105e65b4
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Jun 10 03:17:34 2013 -0700

    v0.9.58
---
 Build.PL      | 2 +-
 Changes       | 5 +++++
 META.json     | 7 ++++---
 lib/Carton.pm | 2 +-
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/Build.PL b/Build.PL
index 584d1e6..e4bea9a 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.57",
+  "dist_version" => "v0.9.58",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index 6c9eab4..6addd46 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.58  2013-06-10 03:17:23 PDT
+        - Fix tests
+        - carton exec without an arg should raise an error
+        - typo fixes
+
 v0.9.57  2013-06-05 19:21:17 JST
         - Changed the output of carton tree command to include module and dist versions
         - Bunch of refactorings around requirements
diff --git a/META.json b/META.json
index 9d8e668..4e53d3a 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Tatsuhiko Miyagawa"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131490",
+   "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131560",
    "license" : [
       "perl_5"
    ],
@@ -39,7 +39,7 @@
          "requires" : {
             "Capture::Tiny" : "0",
             "File::pushd" : "0",
-            "Test::More" : "0.88",
+            "Test::More" : "0.9",
             "Test::Pod" : "1.41",
             "Test::Requires" : "0"
          }
@@ -77,10 +77,11 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.57",
+   "version" : "v0.9.58",
    "x_contributors" : [
       "Christian Walde <walde.christian at googlemail.com>",
       "David Golden <dagolden at cpan.org>",
+      "David Steinbrunner <dsteinbrunner at pobox.com>",
       "Masahiro Chiba <chiba at everqueue.com>",
       "NAKAGAWA Masaki <masaki.nakagawa at gmail.com>",
       "Pedro Figueiredo <me at pedrofigueiredo.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index c56b7da..590b3ee 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.57");
+use version; our $VERSION = version->declare("v0.9.58");
 
 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