depend on the right version of Data::OptList
Jesse Luehrs [Fri, 6 May 2011 00:13:33 +0000 (19:13 -0500)]
dist.ini
lib/Moose/Util.pm

index 5dcd6c0..6e91e55 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -58,7 +58,7 @@ directory = benchmarks
 [CheckChangesHasContent]
 
 [Prereqs]
-Data::OptList               = 0
+Data::OptList               = 0.107
 Devel::GlobalDestruction    = 0
 Eval::Closure               = 0.04
 List::MoreUtils             = 0.12
index 43defdb..469e281 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Util;
 use strict;
 use warnings;
 
-use Data::OptList 0.107;
+use Data::OptList;
 use Params::Util qw( _STRING );
 use Sub::Exporter;
 use Scalar::Util 'blessed';