From: matthewt <matthewt@89-16-177-128.no-reverse-dns-set.bytemark.co.uk>
Date: Sun, 5 Dec 2010 19:22:47 +0000 (+0000)
Subject: bump version of strictures
X-Git-Tag: release_0.9.3~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=952460dae0b8bf3ae22fe1235625e582ed893303;p=gitmo%2FMoo.git

bump version of strictures
---

diff --git a/Makefile.PL b/Makefile.PL
index a2a7465..4883b75 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,7 +15,7 @@ my %BUILD_DEPS = (
 
 my %RUN_DEPS = (
   'Class::Method::Modifiers' => 1.05,
-  'strictures' => 1,
+  'strictures' => 1.001001,
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line