[libmodule-reader-perl] 04/09: Update short and long description.

gregor herrmann gregoa at debian.org
Mon Dec 26 23:52:04 UTC 2016


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

gregoa pushed a commit to branch master
in repository libmodule-reader-perl.

commit 731da7422d181044b89e12239367873ce74dc25d
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 27 00:45:41 2016 +0100

    Update short and long description.
---
 debian/control | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 1dc363c..531cb1a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Package: libmodule-reader-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Description: module to read the source of a module like perl does
- Module::Reader reads the content of perl modules the same way perl does.
- This includes reading modules available only by @INC hooks, or filtered
- through them.
+Description: module to find and read perl modules like perl does
+ Module::Reader finds modules in @INC using the same algorithm perl does. From
+ that, it will give you the source content of a module, the file name (where
+ available), and how it was found. Searches (and content) are based on the
+ same internal rules that perl uses for require() and do().

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



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