Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
1.26 Fri Jun 25 18:35:15 BST 2010
- Document the 'debug' parameter
- Croak if the user does not supply the 'types' parameter
- Fix problems with SYNOPSIS and show example plugin usage
- Don't warn inside plugin_del
- Don't complain about invalid eat constants when debug mode is off
- Add irc_plugin_error event
( All the above by Hinrik ).
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.24 Tue Aug 18 09:17:59 BST 2009
- Applied patch from Jonathan Steinert to fix RT #48788
1.22 Thu Jul 23 14:12:05 BST 2009
- Added constant 1.17 as a prereq. Versions prior to 1.03
did not support the use constant { }; construct.
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.
- updating package to POE::Component::Pluggable module version 1.18
Upstream changes:
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.
POE::Component::Pluggable is a base class for creating plugin enabled
POE Components. It is a generic port of POE::Component::IRC's plugin
system.
If your component dispatches events to registered POE sessions, then
POE::Component::Pluggable may be a good fit for you.