[libmodule-metadata-perl] 01/03: Rewrite short and long description
Salvatore Bonaccorso
carnil at debian.org
Wed Aug 21 20:27:55 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libmodule-metadata-perl.
commit 0a264f770be6e9c1188096ff608f8e531b3f52ea
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Wed Aug 21 20:28:02 2013 +0200
Rewrite short and long description
Rewrite short description matching the X is a Perl module [...] scheme.
Rewrite the long description based on the Module::Metadata POD,
containing also the note about how the information is gathered.
---
debian/control | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index e5b1488..ddd0242 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,9 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
perl (>= 5.13.9) | libversion-perl (>= 1:0.8700)
-Description: package and POD information gatherer
- Module::Metadata provides routines to gather information about perl
- modules like name, version, list of packages, list of pod
- sections... All this information is extracted from perl module files.
-
+Description: Perl module to gather package and POD information from perl module files
+ Module::Metadata provides a standard way to gather metadata (like name,
+ version, list of packages, list of pod sections, ...) about a .pm file
+ through (mostly) static analysis and (some) code execution. When
+ determining the version of a module, the $VERSION assignment is evaled,
+ as is traditional in the CPAN toolchain.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-metadata-perl.git
More information about the Pkg-perl-cvs-commits
mailing list