libpoe-component-syndicator-perl

Poe component base class which implements the observer pattern
  http://search.cpan.org/dist/POE-Component-Syndicator/
  0
  no reviews



Poe::component::syndicator is a base class for poe components which need to handle a persistent resource (e.g. a connection to an irc server) for one or more sessions in an extendable way.

poe::component::syndicator (as well as object::pluggable, which this module inherits from) was born out of poe::component::irc, the guts of which quickly spread to other poe components. now they can all inherit from this module instead.