From: Peter Rabbitson Date: Sat, 10 Nov 2012 23:22:27 +0000 (+0100) Subject: Bump bugfixed strictures dep X-Git-Tag: v1.000006~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a7640d1847e424ec6a1fcb6b9c371f9e273450f;p=gitmo%2FMoo.git Bump bugfixed strictures dep --- diff --git a/Makefile.PL b/Makefile.PL index 1e425d6..77d0e80 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ my %BUILD_DEPS = ( my %RUN_DEPS = ( 'Class::Method::Modifiers' => 1.10, - 'strictures' => 1.001001, + 'strictures' => 1.004003, 'Module::Runtime' => 0.012, 'Role::Tiny' => 1.001003, 'Devel::GlobalDestruction' => 0.09,