POE::Component::Pluggable
=========================
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.