Revision history for Role-Tiny
+ - add explicit dependency on the version of Exporter that added 'import'
+
1.003001 2013-07-14
- fix test accidentally requiring Class::Method::Modifiers
NAME => 'Role::Tiny',
VERSION_FROM => 'lib/Role/Tiny.pm',
PREREQ_PM => {
+ Exporter => '5.57',
($] >= 5.010 ? () : ('MRO::Compat' => 0)),
($mymeta_works ? () : (%BUILD_DEPS)),
},