From: Matt S Trout Date: Wed, 2 May 2012 19:11:12 +0000 (+0000) Subject: bump Role::Tiny dep X-Git-Tag: v0.091001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0daf7da8ef23766d45e55cb27fe41457deedc32;p=gitmo%2FMoo.git bump Role::Tiny dep --- diff --git a/Changes b/Changes index b589fc1..394fefa 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - bump Role::Tiny dependency to require de-strictures-ed version - fix test failure where Class::XSAccessor is not available 0.091000 - 2012-04-27 diff --git a/Makefile.PL b/Makefile.PL index c2ed583..e9e9562 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ my %RUN_DEPS = ( 'Class::Method::Modifiers' => 1.07, 'strictures' => 1.001001, 'Module::Runtime' => 0.013, - 'Role::Tiny' => 1.000900, + 'Role::Tiny' => 1.001001, 'Devel::GlobalDestruction' => '0.05', );