haha, nothing ever did use this, did it
Jesse Luehrs [Sat, 17 Sep 2011 19:20:01 +0000 (14:20 -0500)]
lib/Moose/Meta/TypeConstraint.pm

index 2b56617..b621375 100644 (file)
@@ -97,7 +97,7 @@ __PACKAGE__->meta->add_attribute('inline_environment' => (
 ));
 
 sub parents {
-    my $self;
+    my $self = shift;
     $self->parent;
 }