[carton] 348/472: v0.9.64

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:23 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 0b382759f12bb7d88d9a9332437e97bfba7037bf
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Tue Jul 23 14:40:07 2013 -0700

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

diff --git a/Build.PL b/Build.PL
index a4b4a69..d0cd873 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,17 +18,18 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.63",
+  "dist_version" => "v0.9.64",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
   "recursive_test_files" => 1,
   "requires" => {
-    "App::cpanminus" => "1.6927",
+    "App::cpanminus" => "1.6928",
     "CPAN::Meta" => "2.120921",
     "CPAN::Meta::Requirements" => "2.121",
     "Exception::Class" => "1.32",
     "ExtUtils::MakeMaker" => "6.64",
+    "File::ShareDir" => "1.03",
     "Getopt::Long" => "2.39",
     "JSON" => "2.53",
     "Module::Build" => "0.4004",
diff --git a/Changes b/Changes
index 7309477..82e5f3b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.64  2013-07-23 14:39:54 PDT
+        - Locate cpanm within a dist share dir so that cpanm in user's $PATH is not executed.
+          This will solve issues with cpanm in /usr/bin, perlbrew or with bad shebang #92
+
 v0.9.63  2013-07-23 02:26:04 PDT
         - Bump cpanminus requirement
         - Support --cpanfile for carton install
diff --git a/META.json b/META.json
index c9d1395..a0c59f4 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.300035, CPAN::Meta::Converter version 2.131560",
+   "generated_by" : "Dist::Milla version v1.0.3, Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.131560",
    "license" : [
       "perl_5"
    ],
@@ -46,11 +46,12 @@
       },
       "runtime" : {
          "requires" : {
-            "App::cpanminus" : "1.6927",
+            "App::cpanminus" : "1.6928",
             "CPAN::Meta" : "2.120921",
             "CPAN::Meta::Requirements" : "2.121",
             "Exception::Class" : "1.32",
             "ExtUtils::MakeMaker" : "6.64",
+            "File::ShareDir" : "1.03",
             "Getopt::Long" : "2.39",
             "JSON" : "2.53",
             "Module::Build" : "0.4004",
@@ -77,7 +78,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.63",
+   "version" : "v0.9.64",
    "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 fc55f64..9be0955 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.63");
+use version; our $VERSION = version->declare("v0.9.64");
 
 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