Fix many
[gitmo/Mouse.git] / t / 050_metaclasses / failing / 013_metaclass_traits.t
index a9d644e..1bbcf39 100644 (file)
@@ -173,6 +173,8 @@ is( Role::Foo->meta()->simple(), 5,
           '... and error provides a useful explanation' );
 }
 
+### TODO@2009/11/17
+
 {
     package Foo::Subclass;