The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Changes for MooX::Role::POE::Emitter

 * 0.05  26 Oct 2012
 
   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  25 Oct 2012

   Add pluggable_type_prefixes attribute and tests for same;
   can be used to configure plugin handler prefixes (MooX::Role::Pluggable)

 * 0.03  25 Oct 2012

   Improved tests and documentation.

 * 0.02  21 Oct 2012

   Documentation improvements.

 * 0.01  20 Oct 2012

   Initial release