[libanyevent-connection-perl] 02/03: Improve description
Damyan Ivanov
dmn at alioth.debian.org
Mon Sep 2 21:02:15 UTC 2013
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libanyevent-connection-perl.
commit 0c72634bed2e2e003687789c8f057a4c95b70644
Author: Damyan Ivanov <dmn at debian.org>
Date: Tue Sep 3 00:00:38 2013 +0300
Improve description
---
debian/changelog | 1 +
debian/control | 7 ++++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e3634fc..23575a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libanyevent-connection-perl (0.06-2) UNRELEASED; urgency=low
* add patch fixing syntax error in regular expression with perl 5.18
Closes: #711425
* Standards-Version: 3.9.4 (no changes needed)
+ * Improve description
-- Salvatore Bonaccorso <carnil at debian.org> Sun, 06 Jan 2013 21:56:50 +0100
diff --git a/debian/control b/debian/control
index 2ef91b0..551b643 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
libcommon-sense-perl (>= 2),
libobject-event-perl (>= 1.21),
perl
-Description: Base class for tcp connectful clients
- The module provides base interface for creating tcp connection using
- perl and AnyEvent framework.
+Description: Base class for TCP clients
+ AnyEvent::Connection provides a base interface for creating TCP connection
+ using perl and AnyEvent framework. It provides four standard events:
+ connected, disconnect, connfail and error.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-connection-perl.git
More information about the Pkg-perl-cvs-commits
mailing list