[libtree-simple-perl] 09/13: Update short and long description.

gregor herrmann gregoa at debian.org
Fri Nov 8 23:19:32 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtree-simple-perl.

commit 249a1f12ec8420a7ff56a4d10f9a0e49389abe4d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 9 00:08:49 2013 +0100

    Update short and long description.
---
 debian/control |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index c1dfc83..f97af79 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Package: libtree-simple-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Description: A simple tree object
- This module is a fully object-oriented implementation of a simple
+Description: implementation of a simple tree object
+ Tree::Simple is a fully object-oriented implementation of a simple
  n-ary tree. It is built upon the concept of parent-child
  relationships, so therefore every Tree::Simple object has both a
  parent and a set of children (who themselves may have children, and so
@@ -39,9 +39,4 @@ Description: A simple tree object
  usually be thrown. Many arguments are also required to be of a
  specific type, for instance the $parent argument to the constructor
  must be a Tree::Simple object or an object derived from Tree::Simple,
- otherwise an exception is thrown. This may seems harsh to some, but
- this allows me to have the confidence that my code works as I intend,
- and for you to enjoy the same level of confidence when using this
- module. Note however that this module does not use any Exception or
- Error module, the exceptions are just strings thrown with die.
-
+ otherwise an exception is thrown.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtree-simple-perl.git



More information about the Pkg-perl-cvs-commits mailing list