[carton] 244/472: v0.9.52

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:51 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 40e0de549ceb8e1068293b4fdcaa0f2a471b2a08
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Jun 1 17:01:59 2013 +0900

    v0.9.52
---
 Build.PL      |  7 +++----
 Changes       | 10 ++++++++++
 META.json     |  7 +++----
 lib/Carton.pm |  2 +-
 4 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/Build.PL b/Build.PL
index 3fe1660..8ad3066 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,23 +18,22 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.51",
+  "dist_version" => "v0.9.52",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
   "recursive_test_files" => 1,
   "requires" => {
-    "App::cpanminus" => "1.6",
+    "App::cpanminus" => "1.6915",
     "CPAN::Meta" => "2.120921",
     "CPAN::Meta::Requirements" => "2.121",
     "Exception::Class" => "1.32",
     "ExtUtils::MakeMaker" => "6.59",
-    "Getopt::Long" => "2.36",
+    "Getopt::Long" => "2.39",
     "JSON" => "2.53",
     "Module::Build" => "0.38",
     "Module::CPANfile" => "0.9031",
     "Module::Metadata" => "1.000003",
-    "Term::ANSIColor" => "1.12",
     "Try::Tiny" => "0.09",
     "local::lib" => "1.008",
     "parent" => "0.223",
diff --git a/Changes b/Changes
index a9eb6ae..1e17610 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,16 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.52  2013-06-01 17:01:51 JST
+        - carton exec doesn't need '--' before perl anymore #77
+        - remove even more unused code
+        - backed out color output support
+        - stopped collecting dependencies from cpanfile, since cpanm installdeps can read it directly
+        - Temporarily disabled check command for now
+        - Upped cpanm dependency
+        - Use vendor/cache for bundling since local is most likely gitignored #88
+        - carton exec now requires carton install beforehand
+
 v0.9.51  2013-05-31 09:02:58 JST
         - Documentation fixes
         - Fixes test dependencies and build system
diff --git a/META.json b/META.json
index 772bb6a..b392566 100644
--- a/META.json
+++ b/META.json
@@ -46,17 +46,16 @@
       },
       "runtime" : {
          "requires" : {
-            "App::cpanminus" : "1.6",
+            "App::cpanminus" : "1.6915",
             "CPAN::Meta" : "2.120921",
             "CPAN::Meta::Requirements" : "2.121",
             "Exception::Class" : "1.32",
             "ExtUtils::MakeMaker" : "6.59",
-            "Getopt::Long" : "2.36",
+            "Getopt::Long" : "2.39",
             "JSON" : "2.53",
             "Module::Build" : "0.38",
             "Module::CPANfile" : "0.9031",
             "Module::Metadata" : "1.000003",
-            "Term::ANSIColor" : "1.12",
             "Try::Tiny" : "0.09",
             "local::lib" : "1.008",
             "parent" : "0.223",
@@ -76,7 +75,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.51",
+   "version" : "v0.9.52",
    "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 91582d5..e1cab27 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.51");
+use version; our $VERSION = version->declare("v0.9.52");
 
 use Config qw(%Config);
 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