[libmoo-perl] 14/43: bump Role::Tiny prereq for stub fix

gregor herrmann gregoa at debian.org
Mon Dec 26 17:56:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmoo-perl.

commit effabb64715a11a10ae602d76ef5e0ad74c4ae83
Author: Graham Knop <haarg at haarg.org>
Date:   Mon Oct 31 17:33:11 2016 -0400

    bump Role::Tiny prereq for stub fix
---
 Changes     | 1 +
 Makefile.PL | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 553f24d..d15505b 100644
--- a/Changes
+++ b/Changes
@@ -8,6 +8,7 @@ Revision history for Moo
   - improved error messages for invalid sub names in Sub::Quote (RT#116416,
     RT#117711)
   - clarify meta method documentation
+  - bump Role::Tiny prereq version to get sub in role fix (RT#116674)
 
 2.002004 - 2016-06-28
   - fixed another case of local functions interfering with generated code.
diff --git a/Makefile.PL b/Makefile.PL
index 7ed4a38..dc83e90 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,7 +25,7 @@ my %META = (
       requires => {
         'Class::Method::Modifiers'  => 1.10,  # for RT#80194
         'Module::Runtime'           => 0.014, # for RT#86394
-        'Role::Tiny'                => 2.000002,
+        'Role::Tiny'                => 2.000004,
         'Devel::GlobalDestruction'  => 0.11,  # for RT#78617
         'Scalar::Util'              => 0,
         'perl'                      => 5.006,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoo-perl.git



More information about the Pkg-perl-cvs-commits mailing list