whoops
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / DuckType.pm
index 5b1f739..2934123 100644 (file)
@@ -4,12 +4,13 @@ use strict;
 use warnings;
 use metaclass;
 
+use Scalar::Util 'blessed';
 use List::MoreUtils qw(all);
 use Moose::Util 'english_list';
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.88';
+our $VERSION   = '0.89_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';