File: control

package info (click to toggle)
libpoe-component-syndicator-perl 0.06-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 260 kB
  • sloc: perl: 669; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: libpoe-component-syndicator-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jotam Jr. Trejo <jotamjr@debian.org.sv>
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.