bump version of strictures
matthewt [Sun, 5 Dec 2010 19:22:47 +0000 (19:22 +0000)]
Makefile.PL

index a2a7465..4883b75 100644 (file)
@@ -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