Actually test immutable child classes
Dave Rolsky [Fri, 10 Sep 2010 01:51:36 +0000 (20:51 -0500)]
t/010_basics/021-moose-object-does.t

index 8ab3fa1..87338af 100644 (file)
@@ -153,6 +153,6 @@ with_immutable {
     }
 
 }
-qw( Foo Bar Baz );
+qw( Foo Bar Baz Foo::Child Bar::Child Baz::Child );
 
 done_testing;