bump Role::Tiny dep for modifier+composition bugfix
Matt S Trout [Tue, 19 Jun 2012 14:11:01 +0000 (14:11 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 3f4b63e..46a1e88 100644 (file)
--- 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
index c6cc898..5b62f6d 100644 (file)
@@ -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