split Role::Tiny into its own dist
[gitmo/Moo.git] / Makefile.PL
index 7a550c4..b1dc535 100644 (file)
@@ -13,6 +13,7 @@ my %RUN_DEPS = (
   'Class::Method::Modifiers' => 1.07,
   'strictures' => 1.001001,
   'Module::Runtime' => 0.013,
+  'Role::Tiny' => 1.000000,
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line