Fix error when no arguments are passed to Hash's accessor method
[gitmo/Moose.git] / t / 070_native_traits / 050_trait_hash.t
2010-10-29 Dave Rolsky Fix error when no arguments are passed to Hash's access...
2010-10-29 Dave Rolsky Test accessor read & write
2010-10-29 Dave Rolsky Add tests for keys & values delegations
2010-10-29 Dave Rolsky Test that accessor works with lazy generation
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-16 Dave Rolsky Add explicit return values for (almost) all native...
2010-09-27 Dave Rolsky Refactored native trait accessors so they are done...
2010-09-27 Dave Rolsky Even more code path testing (add an empty trigger for...
2010-09-27 Dave Rolsky More tests for Hash trait to ensure we test all code...
2010-09-27 Dave Rolsky Rename so each trait is in alpha order and we have...