Implement strict constructors, which will warn unkown constructor arguments
[gitmo/Mouse.git] / t / 300_immutable /
2009-12-08 gfx Add Test::Mouse
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-30 gfx Copy two test files from Moose
2009-09-25 gfx Tidy
2009-04-02 Daisuke Maki (lest... implement Maybe
2008-12-09 Shawn M Moore Only inline BUILDARGS if the class has one that isn...
2008-12-05 大沢 和宏 add immutable test
2008-12-03 Tokuhiro Matsuno oops... i forgot s/Moose/Mouse/ orz
2008-12-03 Tokuhiro Matsuno - inject object constructor when call meta->make_immutable.