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

1.20  Wed Apr 29 09:27:08 BST 2009
    - Removed the crufty checks in Makefile.PL for 'weaken' support and
      required Task::Weaken instead.
    - Fixed some warnings when plugin return undef.

1.18  Sat Apr 11 10:05:02 BST 2009
    - Tidied up all the code. Removed hard tabs and made code more readable
      some places. (Hinrik)
    - Complain when plugin register/unregister subroutines don't return a
      true value (Hinrik)

1.16  Wed Mar  4 23:07:47 GMT 2009
    - Remove extraneous newline from some debug messages (Hinrik)
    - Give a helpful warning when a plugin handler does not return
      a valid EAT constant (Hinrik)

1.14  Mon Jan 26 12:25:26 GMT 2009
    - We were not processing '_default' in $self. Fixed.

1.12  Thu Jan 22 10:29:10 GMT 2009
    - Fixed circular reference problem with ::Pipeline
      reported with hints on how to fix by Jonathan Steinert
    - Some Makefile.PL magic to make sure that we have 
      Scalar::Util::weaken

1.10  Thu Jun 26 19:19:37 BST 2008
    - Report errors if register/unregister calls fail (Hinrik)

1.08  Sat Jun 14 08:41:53 BST 2008
    - Lower-case the event name before processing it (Hinrik)

1.06  Tue May 27 19:32:46 BST 2008
    - Allow changing the _register()/_unregister() prefix (Hinrik)
    - Allow abbreviating event prefixes in method names (Hinrik)
    - Improved error handling somewhat (Hinrik) 
    - Some improvements in documentation (Hinrik)

1.04  Tue May  6 11:55:54 BST 2008
    - Removed kwalitee test and added license information

1.02  Tue Feb 26 13:12:36 GMT 2008
    - Some Kwalitee fixes and doc tweaks.

1.00  Thu Nov  1 07:12:04 GMT 2007
    - Updated Module::Install to 0.68

0.06  Wed Jul 25 12:19:27 BST 2007
    - Fixed abstract_from and build_requires in Makefile.PL

0.05  Fri Feb 16 16:27:56 GMT 2007
    - Added kwalitee test

0.04  Wed Dec 06 07:37:37 GMT 2006
    - strict was missing from pluggable. Doh. Kwalitee failure.

0.03  Mon Dec 04 19:01:34 GMT 2006
    - Classic school-boy error. Poco event handlers were clobbering all 
      events.

0.02  Mon Dec 04 18:27:05 GMT 2006
    - The return value of component plugin event handlers now affect
      subsequent processing of events.

0.01  Wed Nov 29 12:01:34 GMT 2006
    - Initial CPAN release.