[carton] 389/472: v1.0.4

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:27 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 2a5c95d2e1648b90d7eacdb7eb60042de69d3b59
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Aug 5 19:20:24 2013 -0700

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

diff --git a/Build.PL b/Build.PL
index 6d21140..f0c1d83 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,13 +18,13 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "Carton",
-  "dist_version" => "v1.0.3",
+  "dist_version" => "v1.0.4",
   "license" => "perl",
   "module_name" => "Carton",
   "recommends" => {},
   "recursive_test_files" => 1,
   "requires" => {
-    "App::cpanminus" => "1.6936",
+    "App::cpanminus" => "1.6937",
     "CPAN::Meta" => "2.120921",
     "CPAN::Meta::Requirements" => "2.121",
     "Exception::Class" => "1.32",
diff --git a/Changes b/Changes
index ce3e17c..ccf5dba 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v1.0.4  2013-08-05 19:20:11 PDT
+        - Bump cpanm to deal with failing to extract versions with version.pm #120 (lestrrat)
+
 v1.0.3  2013-08-05 10:17:59 PDT
         - Update obsolete docs
         - Added missing docs to some commands
diff --git a/META.json b/META.json
index 2790751..00d3833 100644
--- a/META.json
+++ b/META.json
@@ -46,7 +46,7 @@
       },
       "runtime" : {
          "requires" : {
-            "App::cpanminus" : "1.6936",
+            "App::cpanminus" : "1.6937",
             "CPAN::Meta" : "2.120921",
             "CPAN::Meta::Requirements" : "2.121",
             "Exception::Class" : "1.32",
@@ -78,7 +78,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v1.0.3",
+   "version" : "v1.0.4",
    "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 bb4f041..7b274e5 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.3");
+use version; our $VERSION = version->declare("v1.0.4");
 
 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