[libparams-validationcompiler-perl] 04/05: Update long description

gregor herrmann gregoa at debian.org
Tue Nov 15 19:50:40 UTC 2016


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

gregoa pushed a commit to branch master
in repository libparams-validationcompiler-perl.

commit b4b9439ba3f1f85ca0752c745c63afb2e2c7a09b
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 15 20:47:05 2016 +0100

    Update long description
    
    from upstream's improved documentation.
---
 debian/control | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index b05bd90..5d44d74 100644
--- a/debian/control
+++ b/debian/control
@@ -27,9 +27,13 @@ Depends: ${misc:Depends},
          libeval-closure-perl,
          libexception-class-perl,
          perl (>= 5.19.3) | libscalar-list-utils-perl (>= 1:1.29)
-Description: Module to build an optimized subroutine parameter validator
- Params::ValidationCompiler creates a customized, optimized, non-lobotomized,
- uncompromised, and thoroughly specialized parameter checking subroutine.
+Description: module to build an optimized subroutine parameter validator
+ Params::ValidationCompiler creates a customized, highly efficient parameter
+ checking subroutine. It can handle named or positional parameters, and can
+ return the parameters as key/value pairs or a list of values.
+ .
+ In addition to type checks, it also supports parameter defaults, optional
+ parameters, and extra "slurpy" parameters.
  .
  A parameter specification can be provided as either an arrayref (which expects
  positional params) or a hashref (which expects named params). Parameter types

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



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