[liblist-someutils-perl] 03/04: debian/control: improve long description

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Jul 3 17:06:25 UTC 2016


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

kanashiro pushed a commit to branch master
in repository liblist-someutils-perl.

commit ff6c5fc0d14b19a1f34028f8d7cad70b5038256c
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Sun Jul 3 13:57:28 2016 -0300

    debian/control: improve long description
---
 debian/control | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f55dc96..923c294 100644
--- a/debian/control
+++ b/debian/control
@@ -22,5 +22,10 @@ Depends: ${misc:Depends},
          libmodule-implementation-perl
 Description: module that provides the stuff missing in List::Util
  List::SomeUtils provides some trivial but commonly needed functionality on
- lists which is not going to go into List::Util. This module tries to check if
- the current system is capable of compiling, linking and loading an XS module.
+ lists which is not going to go into List::Util.
+ .
+ All of the functions are implementable in only a couple of lines of Perl code.
+ Using the functions from this module however should give slightly better
+ performance as everything is implemented in C. The pure-Perl implementation of
+ these functions only serves as a fallback in case the C portions of this
+ module couldn't be compiled on this machine.

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



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