File: control

package info (click to toggle)
libparams-classify-perl 0.013-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 192 kB
  • ctags: 4
  • sloc: perl: 191; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,831 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: libparams-classify-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           Ryan Niebur <ryan@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Brian Cassidy <brian.cassidy@gmail.com>,
           Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               perl,
               libmodule-build-perl,
               perl (>= 5.11.1) | libextutils-parsexs-perl,
               libtest-pod-perl,
               libtest-pod-coverage-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparams-classify-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparams-classify-perl.git
Homepage: https://metacpan.org/release/Params-Classify
Testsuite: autopkgtest-pkg-perl

Package: libparams-classify-perl
Architecture: any
Depends: ${perl:Depends},
         ${misc:Depends},
         ${shlibs:Depends},
         perl
Suggests: libscalar-number-perl
Description: Perl module for argument type classification
 Params::Classify provides various type-testing functions. These are intended
 for functions that, unlike most Perl code, care what type of data they
 are operating on. For example, some functions wish to behave
 differently depending on the type of their arguments (like overloaded
 functions in C++).
 .
 These functions only provide type classification; they do not enforce
 type restrictions. Type enforcement may, of course, be built using
 these classification functions, but the reader's attention is drawn to
 libparams-validate-perl.