Revision history for Test-Moose-More
0.013 2012-09-30 13:59:22 PST8PDT
* TRIAL release
* mark traits as a valid attribute option to test for, but not currently checked
(skipped, that is).
* Handle validating an attribute as a "thing" and its options at the same time
by interperting all keys of options to check that start with '-' as a key for
validate_thing(). This should allow the validate_*'s to pass off to
validate_attribute() without much violence.
0.012 2012-09-29 23:18:12 PST8PDT
* TRIAL release
* add first pass at validate_attribute(), adapted from
MooseX::AttributeShortcuts' test suite
0.011 2012-08-26 22:32:59 America/Los_Angeles
* drop AttributeShortcuts req from t/, or we may run into build issues
0.010 2012-08-24 15:01:48 America/Los_Angeles
* add has_required_methods_ok()
* add required_methods() to validate_role(), and test
0.009 2012-04-26 22:34:16 America/Los_Angeles
* initial (undocumented) attribute meta-validation via validate_*().
Undocumented until we settle on a coherent way to do this across the board.
0.008 2012-04-13 13:52:33 America/Los_Angeles
* add has_attribute_ok, and extended to deal with attributes in roles, as the
prior method seems to have stopped working.
0.007 2012-04-11 17:52:41 America/Los_Angeles
* add does_not_ok()
* add 'does_not' option to validate_thing()/etc
0.006 2012-04-07 23:19:40 America/Los_Angeles
* fix POD and actually implement more of validate_thing()
0.005 2012-02-05 06:14:58 America/Los_Angeles
* export Test::Moose::with_immutable()
0.004 2012-02-02 16:20:01 America/Los_Angeles
* add does_ok(), meta_ok()
0.003 2012-01-23 15:15:39 America/Los_Angeles
0.002 2012-01-21 20:07:26 America/Los_Angeles
* add check_sugar_ok and check_sugar_removed_ok
0.001 2012-01-21 10:52:14 America/Los_Angeles
* initial release