[libspecio-perl] 05/11: d/control
Nick Morrott
nickm-guest at moszumanska.debian.org
Tue Oct 11 02:08:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libspecio-perl.
commit 0b0f22d01b2131a23f8e6752b3c0f9ca5e894b68
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Fri Sep 23 01:59:41 2016 +0100
d/control
---
debian/control | 37 ++++++++++++++++++++++---------------
1 file changed, 22 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index 12588d5..0ab5ecc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,12 @@ 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: libdevel-stacktrace-perl,
- libeval-closure-perl,
- libmro-compat-perl,
- librole-tiny-perl,
- libtest-fatal-perl,
- libtest-needs-perl,
- perl (>= 5.19.5)
+ libeval-closure-perl,
+ libmro-compat-perl,
+ librole-tiny-perl,
+ libtest-fatal-perl,
+ libtest-needs-perl,
+ perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libspecio-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libspecio-perl.git
@@ -19,13 +19,20 @@ Testsuite: autopkgtest-pkg-perl
Package: libspecio-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdevel-stacktrace-perl,
- libeval-closure-perl,
- libmro-compat-perl,
- librole-tiny-perl,
- perl (>= 5.19.5)
-Description: Type constraints and coercions for Perl
- (no description was found)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libdevel-stacktrace-perl,
+ libeval-closure-perl,
+ libmro-compat-perl,
+ librole-tiny-perl,
+ perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
+Description: Perl module providing type constraints and coercions
+ Specio provides classes for representing type constraints and coercion,
+ along with the syntactic sugar for declaring them.
.
- This description was automagically extracted from the module by dh-make-perl.
+ This distribution ships with a set of builtin types representing the types
+ provided by the Perl interpreter itself.
+ .
+ Note that this is not a proper type system for Perl. Nothing in this
+ distribution will magically make the Perl interpreter start checking a value's
+ type on assignment to a variable.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libspecio-perl.git
More information about the Pkg-perl-cvs-commits
mailing list