add note for test we'll need later 0_21
Matt S Trout [Thu, 3 May 2007 20:24:24 +0000 (20:24 +0000)]
t/020_foreign_inheritence.t

index 7ee39ba..84fbbdb 100644 (file)
@@ -50,6 +50,8 @@ BEGIN {
   use Moose;
 
   extends 'Bucket';
+
+  # XXX FIXME subclassing meta-attrs and immutable-ing the subclass fails
 }
 
 my $foo_moose = Foo::Moose->new();