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

abe pushed a commit to branch master
in repository librecommended-perl.

commit 999a4246fa8e8bc9e57e3fd9d08a4118c0cedd60
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Jul 31 01:40:15 2015 +0200

    Fine-tune package description
---
 debian/control | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 364c44e..809166c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,11 +17,16 @@ Architecture: all
 Depends: libmodule-runtime-perl (>= 0.014),
          ${misc:Depends},
          ${perl:Depends}
-Description: Load recommended modules on demand when available
+Description: Load recommended Perl modules on demand when available
  recommended gathers a list of recommended modules and versions and provides
  means to check if they are available. It is a thin veneer around
  Module::Runtime.
  .
  There are two major benefits over using Module::Runtime directly:
  .
- This description was automagically extracted from the module by dh-make-perl.
+   * Self-documents recommended modules together with versions at the top
+     of your code, while still loading them on demand elsewhere.
+   * Dies if a recommended module exists but fails to compile, but
+     doesn't die if the module is missing or the version is insufficient.
+     This is not something that Module::Runtime offers in a single
+     subroutine.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to