projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d010f5
)
whoops
Stevan Little [Wed, 9 Sep 2009 21:45:45 +0000 (17:45 -0400)]
lib/Moose/Meta/TypeConstraint/DuckType.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/TypeConstraint/DuckType.pm
b/lib/Moose/Meta/TypeConstraint/DuckType.pm
index
d6d0469
..
2934123
100644
(file)
--- a/
lib/Moose/Meta/TypeConstraint/DuckType.pm
+++ b/
lib/Moose/Meta/TypeConstraint/DuckType.pm
@@
-4,6
+4,7
@@
use strict;
use warnings;
use metaclass;
+use Scalar::Util 'blessed';
use List::MoreUtils qw(all);
use Moose::Util 'english_list';