[carton] 466/472: v1.0.21

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:37 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 1c484f0f1a664b1878aabd3e4528e1b521317536
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri May 15 12:21:54 2015 -0700

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

diff --git a/Changes b/Changes
index 173e629..700f304 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for carton
 
 {{$NEXT}}
 
+v1.0.21  2015-05-15 12:21:47 PDT
+        - Changed Module::Reader dependency to requires for now, since it will be required
+          on the runtime by the fatpacked carton.
+
 v1.0.20  2015-05-08 16:20:37 PDT
         - INCOMPATIBLE: Disable fatpack generation in carton bundle by default.
           Use the new standalone command carton fatpack, to generate vendor/bin/carton
diff --git a/META.json b/META.json
index 667757e..614fef4 100644
--- a/META.json
+++ b/META.json
@@ -42,8 +42,7 @@
       "runtime" : {
          "recommends" : {
             "App::FatPacker" : "0.009018",
-            "File::pushd" : "0",
-            "Module::Reader" : "0.002"
+            "File::pushd" : "0"
          },
          "requires" : {
             "App::cpanminus" : "1.703",
@@ -55,6 +54,7 @@
             "Module::CPANfile" : "0.9031",
             "Module::CoreList" : "0",
             "Module::Metadata" : "1.000003",
+            "Module::Reader" : "0.002",
             "Path::Tiny" : "0.033",
             "Try::Tiny" : "0.09",
             "parent" : "0.223",
@@ -74,7 +74,7 @@
          "web" : "https://github.com/perl-carton/carton"
       }
    },
-   "version" : "v1.0.20",
+   "version" : "v1.0.21",
    "x_contributors" : [
       "Christian Walde <walde.christian at googlemail.com>",
       "David Golden <dagolden at cpan.org>",
@@ -86,6 +86,7 @@
       "NAKAGAWA Masaki <masaki.nakagawa at gmail.com>",
       "Olaf Alders <olaf at wundersolutions.com>",
       "Pedro Figueiredo <me at pedrofigueiredo.org>",
+      "Peter Oliver <git at mavit.org.uk>",
       "shiba_yu36 <shibayu36 at gmail.com>",
       "Tatsuhiko Miyagawa <miyagawa at bulknews.net>",
       "Tatsuhiko Miyagawa <miyagawa at gmail.com>",
diff --git a/Makefile.PL b/Makefile.PL
index c86f079..fda5390 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -30,11 +30,12 @@ my %WriteMakefileArgs = (
     "Module::CPANfile" => "0.9031",
     "Module::CoreList" => 0,
     "Module::Metadata" => "1.000003",
+    "Module::Reader" => "0.002",
     "Path::Tiny" => "0.033",
     "Try::Tiny" => "0.09",
     "parent" => "0.223"
   },
-  "VERSION" => "v1.0.20",
+  "VERSION" => "v1.0.21",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -52,6 +53,7 @@ my %FallbackPrereqs = (
   "Module::CPANfile" => "0.9031",
   "Module::CoreList" => 0,
   "Module::Metadata" => "1.000003",
+  "Module::Reader" => "0.002",
   "Path::Tiny" => "0.033",
   "Try::Tiny" => "0.09",
   "parent" => "0.223",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index fc02149..7546c77 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.20");
+use version; our $VERSION = version->declare("v1.0.21");
 
 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