[libppix-documentname-perl] 04/04: control
gregor herrmann
gregoa at debian.org
Mon Nov 20 20:26:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libppix-documentname-perl.
commit 18b40a21f1c695fb4037776f3d948333aba712b9
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Nov 20 21:23:30 2017 +0100
control
---
debian/control | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 62635a7..9f7bc2b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,20 +17,18 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libppi-perl
-Description: Utility to extract a name from a PPI Document
+Description: utility to extract a name from a PPI Document
PPIx::DocumentName contains a few utilities for extracting a "name" out of an
arbitrary Perl file.
.
Typically, this is the module name, in the form:
.
- package Foo
+ package Foo
.
However, it also supports extraction of an override statement in the form:
.
- # PODNAME: OverrideName::Goes::Here
+ # PODNAME: OverrideName::Goes::Here
.
- Which may be more applicable for documents that lack a package statement, or
+ which may be more applicable for documents that lack a package statement, or
the package statement may be "wrong", but they still need the document parsed
- under the guise of having a name ( for purposes such as POD )
- .
- This description was automagically extracted from the module by dh-make-perl.
+ under the guise of having a name (for purposes such as POD).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libppix-documentname-perl.git
More information about the Pkg-perl-cvs-commits
mailing list