more style cleanup
[gitmo/MooseX-StrictConstructor.git] / t / basic.t
2011-04-13 Dave Rolsky more style cleanup
2011-04-13 Dave Rolsky Style tweaks
2011-04-13 Karen Etheridge also test adding strictness in a subclass -- and fix...
2011-04-13 Karen Etheridge also test a class whose parent is strict
2010-10-29 Dave Rolsky Convert to Test::Fatal
2010-04-04 Dave Rolsky Use Test::Moose
2010-04-04 Dave Rolsky modernize tests and require Test::More 0.88
2010-04-04 Dave Rolsky run all code through perltidy
2008-08-31 Dave Rolsky MX::SC no longer also exports Moose sugar
2008-04-19 Dave Rolsky respect init_arg in immutable classes
2008-04-19 Dave Rolsky look at init_arg, not attribute name
2007-11-15 Dave Rolsky Really make the strict constructor work after immutabil...
2007-11-15 Dave Rolsky Made it work with immutable classes.
2007-11-15 Dave Rolsky Add test for immutable class
2007-11-15 Dave Rolsky A working first version.
2007-11-15 Dave Rolsky initial import