ports/devel/p5-Object-Pluggable/pkg/DESCR

6 lines
230 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Object::Pluggable is a base class for creating plugin enabled objects.
It is a generic port of POE::Component::IRC's plugin system.
If your object dispatches events to listeners, then Object::Pluggable
may be a good fit for you.