[libparams-validationcompiler-perl] 05/08: d/control
Nick Morrott
nickm-guest at moszumanska.debian.org
Tue Oct 11 02:28:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libparams-validationcompiler-perl.
commit 7fab70a50c11b010d9c6d0d73470b81d6ea27d5b
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Fri Sep 23 01:28:34 2016 +0100
d/control
---
debian/control | 36 +++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)
diff --git a/debian/control b/debian/control
index 64eec08..9d742b8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,14 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libeval-closure-perl,
- libexception-class-perl,
- libspecio-perl (>= 0.14),
- libtest-without-module-perl,
- libtest2-plugin-nowarnings-perl,
- libtest2-suite-perl,
- perl,
- perl-modules-5.22 (>= 1.302015)
+ libexception-class-perl,
+ libspecio-perl,
+ libtest-simple-perl (>= 1.302015) | perl (>= 5.25.1),
+ libtest-without-module-perl,
+ libtest2-plugin-nowarnings-perl,
+ libtest2-suite-perl,
+ libtype-tiny-perl,
+ perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparams-validationcompiler-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparams-validationcompiler-perl.git
@@ -20,14 +21,15 @@ Testsuite: autopkgtest-pkg-perl
Package: libparams-validationcompiler-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libeval-closure-perl,
- libexception-class-perl
-Description: Build an optimized subroutine parameter validator once, use it forever
- This is very alpha. The module name could change. Everything could change.
- You have been warned.
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libeval-closure-perl,
+ libexception-class-perl
+Description: Module to build an optimized subroutine parameter validator
+ Params::ValidationCompiler creates a customized, optimized, non-lobotomized,
+ uncompromised, and thoroughly specialized parameter checking subroutine.
.
- Create a customized, optimized, non-lobotomized, uncompromised, and
- thoroughly specialized parameter checking subroutine.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ A parameter specification can be provided as either an arrayref (which expects
+ positional params) or a hashref (which expects named params). Parameter types
+ can be specified as Moose, Type::Tiny or Specio type objects. Parameters can
+ be specified as being optional and can be provided with default values.
--
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