projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a7a7f86
)
move the use line for Data::OptList to where we use Data::OptList::mkopt
Chris Prather [Wed, 29 Apr 2009 02:33:35 +0000 (22:33 -0400)]
lib/Moose/Role.pm
patch
|
blob
|
blame
|
history
lib/Moose/Util.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Role.pm
b/lib/Moose/Role.pm
index
62f561f
..
dc6c5a8
100644
(file)
--- a/
lib/Moose/Role.pm
+++ b/
lib/Moose/Role.pm
@@
-7,7
+7,6
@@
use warnings;
use Scalar::Util 'blessed';
use Carp 'croak';
-use Data::OptList;
use Sub::Exporter;
our $VERSION = '0.76';
diff --git
a/lib/Moose/Util.pm
b/lib/Moose/Util.pm
index
6236107
..
607e167
100644
(file)
--- a/
lib/Moose/Util.pm
+++ b/
lib/Moose/Util.pm
@@
-3,6
+3,7
@@
package Moose::Util;
use strict;
use warnings;
+use Data::OptList;
use Sub::Exporter;
use Scalar::Util 'blessed';
use Class::MOP 0.60;