Source: libpoe-component-syndicator-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jotam Jr. Trejo Build-Depends: debhelper (>= 8) Build-Depends-Indep: libobject-pluggable-perl, libpoe-perl (>= 2:1.3110), perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-syndicator-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpoe-component-syndicator-perl.git Homepage: http://search.cpan.org/dist/POE-Component-Syndicator/ Package: libpoe-component-syndicator-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libobject-pluggable-perl, libpoe-perl (>= 2:1.3110) Description: POE component base class which implements the Observer pattern 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.