Add failing test for overriding default with '+attr'
[gitmo/Moo.git] / Makefile.PL
index e53578d..5b62f6d 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings FATAL => 'all';
-use 5.008003;
+use 5.008001;
 use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
@@ -10,8 +10,10 @@ my %BUILD_DEPS = (
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.05,
+  'Class::Method::Modifiers' => 1.04,
   'strictures' => 1.001001,
+  'Module::Runtime' => 0.012,
+  'Role::Tiny' => 1.001003,
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line