# Changes for MooX::Role::Pluggable
0.120004 (09 May 2013)
Fix '_default' dispatch to plugins; event name was missing from args.
POD cleanups/clarifications. Could still use work.
0.120003 (19 Apr 2013)
Drop constant.pm
0.120002 (07 Feb 2013)
Missing dependency on Test::Exception
0.120001 (05 Feb 2013)
Depend on newer Moo (fixes Moose compat)
Switch to Dist::Zilla
0.11 29 Nov 2012
More optimizations & test tweaks.
0.10 29 Oct 2012
Squeeze a couple hundred more calls/sec out of dispatch by skipping
an unnecessary method call:
object-pluggable 6135/s
moox-role-pluggable 10239/s
Some documentation improvements.
0.09 28 Oct 2012
Fix args dispatched via plugin_error.
Include the object/src unconditionally.
More dispatcher optimizations:
object-pluggable 6061/s
moox-role-pluggable 8174/s
0.08 28 Oct 2012
Fix _pluggable_init ev_prefix vs event_prefix
Documentation was incorrect, but no harm in accepting both.
(Same goes for reg_prefix vs register_prefix)
0.07 28 Oct 2012
Further dispatcher optimizations:
Rate
object-pluggable 6098/s
moox-role-pluggable 7009/s
0.06 28 Oct 2012
Optimize dispatcher.
0.05 28 Oct 2012
Fix plugin_error plugin object dispatch.
0.04 25 Oct 2012
Improved POD / tests
0.03 21 Oct 2012
When pipeline manipulation methods fail, carp() in addition to setting
$@ and returning empty list (or similar).
Improved POD
0.02 20 Oct 2012
perl-5.10.1 should do, drop 5.12.1 dep
Improved POD
0.01 19 Oct 2012
Initial release