The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.002

  • Change: 60071421bcb55709fbe83f2752725d5051e83037 Author: Doug Bell <madcityzen@gmail.com> Date : 2013-04-17 20:08:23 +0000
    • update dist details to be higher kwalitee
  • Change: de6e590db40eff716250782afc9e1797ad68783c Author: Doug Bell <madcityzen@gmail.com> Date : 2013-02-15 13:15:52 +0000
    • Merge pull request #1 from jberger/patch-1
    • Faster and more semantically correct aliasing of on/un
  • Change: 70eff5f5bc3112cc0ed93d068063e498de273aa7 Author: Joel Berger <joel.a.berger@gmail.com> Date : 2013-02-15 07:51:08 +0000
    • Update lib/Beam/Emitter.pm
    • Faster and more semantically correct aliasing of on/un.
    • While `goto &sub` is fun, it adds one more layer of indirection. Unless you need to choose what method to delegate to at runtime, a direct (typeglob) alias should be faster.

Modules

Role for event emitting classes
Base Event class