[carton] 408/472: v1.0.7

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:29 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 33906cf4d041dc27353a6531089c690197c06403
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Aug 10 21:55:37 2013 -0700

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

diff --git a/Build.PL b/Build.PL
index 0b643db..ff4848b 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "Carton",
-  "dist_version" => "v1.0.6",
+  "dist_version" => "v1.0.7",
   "license" => "perl",
   "module_name" => "Carton",
   "recommends" => {},
@@ -41,7 +41,6 @@ my %module_build_args = (
     "Moo" => "1.002",
     "Path::Tiny" => "0.022",
     "Try::Tiny" => "0.09",
-    "local::lib" => "1.008",
     "parent" => "0.223",
     "perl" => "v5.8.5"
   },
diff --git a/Changes b/Changes
index 909661a..8db5804 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for carton
 
 {{$NEXT}}
 
+v1.0.7  2013-08-10 21:55:29 PDT
+        - Worked around fatpack issue with perl < 5.16 with missing File::Spec
+        - Included missing requirements for fatpack executable
+
 v1.0.6  2013-08-10 17:59:51 PDT
         - Added upgrading documentation (carton help upgrading)
         - Experimental support for fatpacked carton executable in vendor/bin in bundle
diff --git a/META.json b/META.json
index 3994c1a..57b9d65 100644
--- a/META.json
+++ b/META.json
@@ -62,7 +62,6 @@
             "Moo" : "1.002",
             "Path::Tiny" : "0.022",
             "Try::Tiny" : "0.09",
-            "local::lib" : "1.008",
             "parent" : "0.223",
             "perl" : "v5.8.5"
          }
@@ -80,7 +79,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v1.0.6",
+   "version" : "v1.0.7",
    "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 8ccb4f5..0d582e1 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("v1.0.6");
+use version; our $VERSION = version->declare("v1.0.7");
 
 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