From: Stevan Little <stevan@Macintosh.local>
Date: Wed, 9 Sep 2009 21:45:45 +0000 (-0400)
Subject: whoops
X-Git-Tag: 0.89_02~14
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42af2755d25faa4e8799f478b36b3400fabf3d37;p=gitmo%2FMoose.git

whoops
---

diff --git a/lib/Moose/Meta/TypeConstraint/DuckType.pm b/lib/Moose/Meta/TypeConstraint/DuckType.pm
index d6d0469..2934123 100644
--- 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';