[carton] 225/472: v0.9.51

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:49 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 a86d5402dc3a9b9247ba54aa117cc5ce511d1c25
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri May 31 09:03:08 2013 +0900

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

diff --git a/Build.PL b/Build.PL
index 621392c..3fe1660 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.50",
+  "dist_version" => "v0.9.51",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
@@ -27,11 +27,9 @@ my %module_build_args = (
     "App::cpanminus" => "1.6",
     "CPAN::Meta" => "2.120921",
     "CPAN::Meta::Requirements" => "2.121",
-    "Capture::Tiny" => 0,
     "Exception::Class" => "1.32",
     "ExtUtils::MakeMaker" => "6.59",
     "Getopt::Long" => "2.36",
-    "IO::Compress::Gzip" => 0,
     "JSON" => "2.53",
     "Module::Build" => "0.38",
     "Module::CPANfile" => "0.9031",
diff --git a/Changes b/Changes
index eac03d0..a9eb6ae 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.51  2013-05-31 09:02:58 JST
+        - Documentation fixes
+        - Fixes test dependencies and build system
+
 v0.9.50  2013-05-31 02:18:07 JST
         - Documentation fixes
         - remove bunch of code that is unused
diff --git a/META.json b/META.json
index a7a0d4c..772bb6a 100644
--- a/META.json
+++ b/META.json
@@ -37,6 +37,7 @@
       },
       "develop" : {
          "requires" : {
+            "Capture::Tiny" : "0",
             "Directory::Scratch" : "0",
             "File::pushd" : "0",
             "Test::Pod" : "1.41",
@@ -48,11 +49,9 @@
             "App::cpanminus" : "1.6",
             "CPAN::Meta" : "2.120921",
             "CPAN::Meta::Requirements" : "2.121",
-            "Capture::Tiny" : "0",
             "Exception::Class" : "1.32",
             "ExtUtils::MakeMaker" : "6.59",
             "Getopt::Long" : "2.36",
-            "IO::Compress::Gzip" : "0",
             "JSON" : "2.53",
             "Module::Build" : "0.38",
             "Module::CPANfile" : "0.9031",
@@ -77,7 +76,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.50",
+   "version" : "v0.9.51",
    "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 7cfa708..0109b7e 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -3,7 +3,7 @@ package Carton;
 use strict;
 use warnings;
 use 5.008_005;
-use version; our $VERSION = version->declare("v0.9.50");
+use version; our $VERSION = version->declare("v0.9.51");
 
 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