Move non-useful, Moose-specific methods into t/lib/Test/Mouse.pm
[gitmo/Mouse.git] / t / 044-attribute-metaclass.t
2009-10-03 gfx Fix tests
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-09-25 gfx Fix various tests for new Mouse
2009-09-24 gfx Refactor many many things
2009-03-08 Shawn M Moore Don't use a method modifier in a test, since they may...
2009-03-01 Tokuhiro Matsuno added attribute metaclass support.