From: Dagfinn Ilmari Mannsåker Date: Wed, 14 Nov 2012 10:26:12 +0000 (+0000) Subject: Bump Role::Tiny prereq to fix method modifier breakage on 5.10.0 X-Git-Tag: v1.000006~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1159c8c2358e4e99b5cc27dfec6619873ad4e066;hp=4a7640d1847e424ec6a1fcb6b9c371f9e273450f;p=gitmo%2FMoo.git Bump Role::Tiny prereq to fix method modifier breakage on 5.10.0 --- diff --git a/Changes b/Changes index b8cae11..b79e5a5 100644 --- 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) diff --git a/Makefile.PL b/Makefile.PL index 77d0e80..0bd9d9a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, );