# Changes for MooX::Role::Pluggable * 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