projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f8606f1
)
Actually test immutable child classes
Dave Rolsky [Fri, 10 Sep 2010 01:51:36 +0000 (20:51 -0500)]
t/010_basics/021-moose-object-does.t
patch
|
blob
|
blame
|
history
diff --git
a/t/010_basics/021-moose-object-does.t
b/t/010_basics/021-moose-object-does.t
index
8ab3fa1
..
87338af
100644
(file)
--- a/
t/010_basics/021-moose-object-does.t
+++ b/
t/010_basics/021-moose-object-does.t
@@
-153,6
+153,6
@@
with_immutable {
}
}
-qw( Foo Bar Baz );
+qw( Foo Bar Baz Foo::Child Bar::Child Baz::Child );
done_testing;