[SCM] Debian packaging of POE-Component-Syndicator CPAN distribution branch, master, updated. 7762eda6ca0eaee784434759050e77d9f7dea9b4
Jotam Jr. Trejo
jotamjr at debian.org.sv
Mon Aug 29 04:51:54 UTC 2011
The following commit has been merged in the master branch:
commit 7762eda6ca0eaee784434759050e77d9f7dea9b4
Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
Date: Sun Aug 28 22:51:27 2011 -0600
cosmetic changes
diff --git a/debian/control b/debian/control
index ffbbddd..8a00e67 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jotam Jr. Trejo <jotamjr at debian.org.sv>
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libobject-pluggable-perl (>= 1.29),
+Build-Depends-Indep: libobject-pluggable-perl,
libpoe-perl (>= 1.311),
perl
Standards-Version: 3.9.2
@@ -15,20 +15,13 @@ Homepage: http://search.cpan.org/dist/POE-Component-Syndicator/
Package: libpoe-component-syndicator-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
- libobject-pluggable-perl (>= 1.29),
+ libobject-pluggable-perl,
libpoe-perl (>= 1.311)
-Description: A POE component base class which implements the Observer pattern
+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|Object::Pluggable,
- which this module inherits from) was born out of
- POE::Component::IRC|POE::Component::IRC, the guts of which quickly spread to
- other POE components. Now they can all inherit from this module instead.
- .
- The component provides an event queue, which can be managed with the methods
- documented below. It handles delivery of events to the object itself, all
- interested plugins, and all interested sessions.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ 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.
--
Debian packaging of POE-Component-Syndicator CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list