[libmodule-path-perl] 07/09: Update long description in debian/control.
gregor herrmann
gregoa at debian.org
Sat Sep 20 20:30:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmodule-path-perl.
commit c578ea36ec7cd4e8a8bf317dae1837db22fde011
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Sep 20 22:24:09 2014 +0200
Update long description in debian/control.
Taken from upstream's modified DESCRIPTION.
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index f8b36e3..63e6ae8 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module to get the full path to a locally installed Perl module
- Module::Path provides a single function, module_path(), which will find
- where a module is installed locally. It works by looking in all the
- directories in @INC for an appropriately named file, returning the full
- path when found and undef otherwise.
+ Module::Path provides a single function, module_path(), which takes a module
+ name and finds the first directory in the @INC path where the module is
+ installed locally. It returns the full path to that file, resolving any
+ symlinks.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-path-perl.git
More information about the Pkg-perl-cvs-commits
mailing list