Move non-useful, Moose-specific methods into t/lib/Test/Mouse.pm
[gitmo/Mouse.git] / t / 016-trigger.t
2009-04-01 Shawn M Moore Remove third argument to trigger
2008-12-03 Tokuhiro Matsuno move Test::Exception to inc/. suggested by autarch++
2008-12-02 Tokuhiro Matsuno don't require Test::Exception on production environment =)
2008-09-28 Shawn M Moore Begin replacing Test::Exception with a Moose::Util...
2008-09-11 Shawn M Moore Remove before/around triggers
2008-07-23 Shawn M Moore Deprecate hash-triggers
2008-07-16 Shawn M Moore Add (failing) tests for before/after/around triggers...
2008-07-16 Shawn M Moore Small test refactor to avoid having to duplicate this...
2008-07-16 Shawn M Moore Add support for an "around" trigger in the setter
2008-07-16 Shawn M Moore Some tests for before/after triggers in Mouse
2008-07-16 Shawn M Moore Allow trigger to be a hashref.. :)
2008-07-16 Shawn M Moore Ensure that trigger is always a coderef
2008-07-16 Shawn M Moore splice out the trigger results so we ensure we don...
2008-06-10 Shawn M Moore Moose compat: no longer an error to have a trigger...
2008-06-03 Shawn M Moore Import Mouse