BUGS
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
index 21ce718..a958a82 100644 (file)
@@ -41,7 +41,7 @@ sub new {
                }
                else {
                    # otherwise assume it is a constraint
-                   my $constraint = Moose::Util::TypeConstraints::find_type_constraint($options{isa});
+                   my $constraint = Moose::Util::TypeConstraints::find_type_constraint($options{isa});     
                    # if the constraing it not found ....
                    unless (defined $constraint) {
                        # assume it is a foreign class, and make