From: Matt S Trout Date: Tue, 19 Jun 2012 14:11:01 +0000 (+0000) Subject: bump Role::Tiny dep for modifier+composition bugfix X-Git-Tag: v0.091008~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e0dc318c166b28c9df94fd8c3413762074c0517;hp=9f10cfe08cb754b4cdb85c1ac771606fbb98c770;p=gitmo%2FMoo.git bump Role::Tiny dep for modifier+composition bugfix --- diff --git a/Changes b/Changes index 3f4b63e..46a1e88 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - bump Role::Tiny dependency to get working modifiers under composition - handle "has '+foo'" for attrs from superclass or consumed role - document override -> around translation - use D::GD if installed rather than re-adding it as a requirement diff --git a/Makefile.PL b/Makefile.PL index c6cc898..5b62f6d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ my %RUN_DEPS = ( 'Class::Method::Modifiers' => 1.04, 'strictures' => 1.001001, 'Module::Runtime' => 0.012, - 'Role::Tiny' => 1.001001, + 'Role::Tiny' => 1.001003, ); # have to do this since old EUMM dev releases miss the eval $VERSION line