Actually test immutable child classes
[gitmo/Moose.git] / 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;