Revision history for Perl module MooX::Role::POE::Emitter
0.120002 2013-08-24
- Drop MooX::Types::MooseLike in favor of Type::Tiny / Types::Standard
- Fix 'Changes' to conform to CPAN::Changes::Spec
- Minor cleanups
0.120001 2013-02-05
- Depend on newer Moo & MooX::Role::Pluggable
(Fixes Moose compat, see xt/)
- Drop a regex in favor of index()
0.11 2012-11-15
- Added shutdown_signal() and tests for same.
- Fixed syntax error in POD SYNOPSIS.
- Many test cleanups/fixes.
0.10 2012-11-03
- Expanded tests and POD
0.09 2012-11-03
- Allow the Emitter's POE::Session alias to be changed on-the-fly.
- Fix dispatcher bug that could result in event misdelivery.
- Fix 'unsubscribe' with no arguments to always unsubscribe all events.
- Reworked tests; t/00_old.t will go away next release.
0.08 2012-10-30
- Previous release left '_pluggable_event' broken when using Moose.
Fix and add xt/ tests for same.
0.07 2012-10-27
- Moose compatibility tweaks; lazy attribs needed a default.
0.06 2012-10-25
- Fix _emitter_default overrides, broken in 0.05.
0.05 2012-10-26
- Add cute 'anonymous coderef callbacks' trick from dngor.
Allows coderefs to be passed to yield/call/timer:
$emitter->yield( sub { . . . }, @args )
$emitter->timer( $delay, sub { . . . }, @args )
0.04 2012-10-25
- Add pluggable_type_prefixes attribute and tests for same;
can be used to configure plugin handler prefixes (MooX::Role::Pluggable)
0.03 2012-10-25
- Improved tests and documentation.
0.02 2012-10-21
- Documentation improvements.
0.01 2012-10-20
- Initial release