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

Changes for version 0.06

  • INCOMPATIBLE CHANGE ************
  • Changed callback behavior to match docs!!!!
  • Bug as reported by: melo
  • http://rt.cpan.org/Public/Bug/Display.html?id=22759 **callback no longer gets POE vars!!!!!
  • Change the way polls are scheduled to minimize unneeded events Added Untouched and Touched Realized that POEing in Moose is really freaking confusing at times Groundwork for async dir polling is done. Add pause and resume support move to Module::Install Goodbye dispatch lists and batch dispatching!!! Goodbye to a few functions. Needed change but may break some of your subclassed modules. Sorry! Started thinking about moving the poll functionality out so I can have support for things like IO::AIO, EventNotify, etc Probably added some bugs