+ - 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
'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