added Meta::Class->add_attribute_list for Moose compatibility
[gitmo/Mouse.git] / t / 800_shikabased / 014-subtype-as.t
2008-12-22 Shawn M Moore More uses of type in the tests
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
2008-12-08 大沢 和宏 oops, add testcase ( subtype 'Foo' => as 'Bar'; AND...
2008-12-08 大沢 和宏 implement to subtype's as is moose way