update Changes
[gitmo/Role-Tiny.git] / Makefile.PL
index e53578d..b047631 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,7 +10,7 @@ my %BUILD_DEPS = (
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.05,
+  'Class::Method::Modifiers' => 1.07,
   'strictures' => 1.001001,
 );