[carton] 321/472: v0.9.60

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:00 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 bcb365bd32a13bbf069ee74faf6b9816fd26bbb9
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed Jun 26 12:22:31 2013 -0700

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

diff --git a/Build.PL b/Build.PL
index c662ba1..7492783 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.59",
+  "dist_version" => "v0.9.60",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index cd4cc92..d9d6880 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.60  2013-06-26 12:22:21 PDT
+        - Bump MakeMaker and Module::Build dependencies to support test requires
+
 v0.9.59  2013-06-17 17:13:21 PDT
         - carton exec -Ilib gives a warning, while carton exec perl -Ilib won't #97
 
diff --git a/META.json b/META.json
index 4a0d3b2..f025d32 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.300034, CPAN::Meta::Converter version 2.131560",
+   "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.131560",
    "license" : [
       "perl_5"
    ],
@@ -77,7 +77,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.59",
+   "version" : "v0.9.60",
    "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 de4c5e6..0d1afc5 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.59");
+use version; our $VERSION = version->declare("v0.9.60");
 
 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