From: Matt S Trout Date: Thu, 3 May 2007 20:24:24 +0000 (+0000) Subject: add note for test we'll need later X-Git-Tag: 0_21^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f9e53fbadb4a9a07613d779c6b6835dda01589e;p=gitmo%2FMoose.git add note for test we'll need later --- diff --git a/t/020_foreign_inheritence.t b/t/020_foreign_inheritence.t index 7ee39ba..84fbbdb 100644 --- a/t/020_foreign_inheritence.t +++ b/t/020_foreign_inheritence.t @@ -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();