projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d66bea3
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/020_foreign_inheritence.t
b/t/020_foreign_inheritence.t
index
7ee39ba
..
84fbbdb
100644
(file)
--- 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();