Bump Role::Tiny prereq to fix method modifier breakage on 5.10.0
Dagfinn Ilmari Mannsåker [Wed, 14 Nov 2012 10:26:12 +0000 (10:26 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index b8cae11..b79e5a5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
   - Don't use $_ as loop variable when calling arbitrary code (RT#81072)
+  - Bump Role::Tiny prereq to fix method modifier breakage on 5.10.0
 
 1.000005 - 2012-10-23
   - fix POD typo (RT#80060)
index 77d0e80..0bd9d9a 100644 (file)
@@ -13,7 +13,7 @@ my %RUN_DEPS = (
   'Class::Method::Modifiers' => 1.10,
   'strictures' => 1.004003,
   'Module::Runtime' => 0.012,
-  'Role::Tiny' => 1.001003,
+  'Role::Tiny' => 1.002004,
   'Devel::GlobalDestruction' => 0.09,
 );