This is an automated email from the git hooks/post-receive script. nickm-guest pushed a commit to branch master in repository libgetopt-argparse-perl.
commit 52c0410fb0ad63a4d2c01a6eba3349185d4a1aa4 Author: Nick Morrott <[email protected]> Date: Mon May 30 00:04:50 2016 +0100 d/control --- debian/control | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 0f4932f..2161ec1 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Debian Perl Group <[email protected]> Uploaders: Nick Morrott <[email protected]> Build-Depends: debhelper (>= 9) Build-Depends-Indep: libmoo-perl (>= 1.003), - libtest-exception-perl (>= 0.31), - perl + libtest-exception-perl, + perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgetopt-argparse-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgetopt-argparse-perl.git @@ -15,10 +15,20 @@ Testsuite: autopkgtest-pkg-perl Package: libgetopt-argparse-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - libmoo-perl (>= 1.003), - libtest-exception-perl (>= 0.31) -Description: Parsing args with a richer and more user-friendly API - (no description was found) +Depends: ${misc:Depends}, + ${perl:Depends}, + libmoo-perl (>= 1.003), + libtest-exception-perl +Description: module to parse @ARGV with a richer and more user-friendly API + Getopt::ArgParse provides the following features: . - This description was automagically extracted from the module by dh-make-perl. + - Generating usage messages + - Storing parsed arg values in an object, which can be also used to + load configuration values from files and therefore the ability for + applications to combine configurations in a single interface + - A more user-friendly interface to specify arguments, such as + argument types, argument values split, etc. + - Subcommand parsing, such svn <command> + - Supporting both flag based named arguments and positional arguments + . + Getopt::ArgParse provides similar functionality to Python's argparse module. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgetopt-argparse-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
