drop a couple of dependencies by minor releases we don't strictly need
Matt S Trout [Wed, 16 May 2012 17:46:44 +0000 (17:46 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index df376f8..0c38d3d 100644 (file)
--- 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
index 86745bc..c6cc898 100644 (file)
@@ -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,
 );