Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
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 ).
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
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.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
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.