projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
09b8c75
)
depend on the right version of Data::OptList
Jesse Luehrs [Fri, 6 May 2011 00:13:33 +0000 (19:13 -0500)]
dist.ini
patch
|
blob
|
blame
|
history
lib/Moose/Util.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/dist.ini
index
6d4fe30
..
b3c27fe
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
diff --git
a/lib/Moose/Util.pm
b/lib/Moose/Util.pm
index
43defdb
..
469e281
100644
(file)
--- a/
lib/Moose/Util.pm
+++ b/
lib/Moose/Util.pm
@@
-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';