File: control

package info (click to toggle)
libscalar-does-perl 0.203-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 304 kB
  • ctags: 45
  • sloc: perl: 374; makefile: 18
file content (47 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download | duplicates (2)
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
44
45
46
47
Source: libscalar-does-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 perl,
 debhelper,
 dh-buildinfo,
 libtype-tiny-perl,
 liburi-perl,
 liblexical-underscore-perl,
 libexporter-tiny-perl,
 perl (>= 5.16.1) | libscalar-list-utils-perl (>= 1:1.24),
 libnamespace-clean-perl (>= 0.19),
 libtest-nowarnings-perl,
 libmoose-perl,
 libio-all-perl,
 libpath-class-perl,
 libpath-tiny-perl,
 libmoosex-types-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
 libtest-requires-perl (>= 0.06)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libscalar-does-perl.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libscalar-does-perl.git
Homepage: https://metacpan.org/release/Scalar-Does

Package: libscalar-does-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Provides: ${cdbs:Provides}
Conflicts: ${cdbs:Conflicts}
Replaces: ${cdbs:Replaces}
Description: like ref() but useful
 Scalar::Does provides a "does()" built-in.
 .
 A check that "ref($thing) eq 'ARRAY'" doesn't allow you to accept an
 object that uses overloading to provide an array-like interface.
 .
 This package also includes IO::Detect, for detecting if a scalar is a
 filehandle (or something filehandle-like).