From: Matt S Trout Date: Wed, 16 May 2012 17:46:44 +0000 (+0000) Subject: drop a couple of dependencies by minor releases we don't strictly need X-Git-Tag: v0.091006~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=8f7cf9cf2212433f235c97cbd402b0cc75754921 drop a couple of dependencies by minor releases we don't strictly need --- diff --git a/Changes b/Changes index df376f8..0c38d3d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - drop a couple of dependencies by minor releases we don't strictly need + 0.091005 - 2012-05-14 - temporary switch to an inlined in_global_destruction to avoid needing to fatpack Sub::Exporter for features we don't use diff --git a/Makefile.PL b/Makefile.PL index 86745bc..c6cc898 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,9 +10,9 @@ my %BUILD_DEPS = ( ); my %RUN_DEPS = ( - 'Class::Method::Modifiers' => 1.07, + 'Class::Method::Modifiers' => 1.04, 'strictures' => 1.001001, - 'Module::Runtime' => 0.013, + 'Module::Runtime' => 0.012, 'Role::Tiny' => 1.001001, );