v0.19
[gitmo/MooseX-StrictConstructor.git] / t /
2012-01-04 Dave Rolsky Require Test::More 0.88 +
2011-05-18 Dave Rolsky Revert "MXSC must be used by Moose classes, nothing...
2011-05-18 Ricardo Signes MXSC must be used by Moose classes, nothing else
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
2011-04-06 Karen Etheridge use Test::Fatal
2010-10-29 Dave Rolsky Convert to Test::Fatal
2010-07-17 Dave Rolsky Ignore __INSTANCE__ as constructor arg
2010-04-04 Dave Rolsky Use Test::Moose
2010-04-04 Dave Rolsky update author tests and move them to xt
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-08-31 Dave Rolsky somehow lost use
2008-08-21 Dave Rolsky Ignore init_meta sub
2008-08-21 Dave Rolsky no more perl critic
2008-06-27 Dave Rolsky Fix skip all message
2008-04-19 Dave Rolsky respect init_arg in immutable classes
2008-04-19 Dave Rolsky look at init_arg, not attribute name
2007-12-17 Dave Rolsky No need to use Pod::Coverage::Moose for this test.
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