Move non-useful, Moose-specific methods into t/lib/Test/Mouse.pm
[gitmo/Mouse.git] / t / 029-new.t
2009-09-25 gfx Fix various tests for new Mouse
2009-09-17 gfx Support is => 'bare' for compatibility
2009-09-15 gfx Support is => 'bare' for compatibility
2009-04-01 Shawn M Moore Forbid undef passed to new for Moose compat
2008-12-03 Tokuhiro Matsuno move Test::Exception to inc/. suggested by autarch++
2008-12-02 Tokuhiro Matsuno don't require Test::Exception on production environment =)
2008-09-28 Shawn M Moore Begin replacing Test::Exception with a Moose::Util...
2008-06-13 Shawn M Moore More tests for attributes and new
2008-06-13 Shawn M Moore Add t/029-new.t for testing the constructor