File: control

package info (click to toggle)
libscalar-does-perl 0.203-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: perl: 374; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,350 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
44
45
Source: libscalar-does-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 perl,
 libtype-tiny-perl,
 liburi-perl,
 liblexical-underscore-perl,
 libexporter-tiny-perl,
 libnamespace-clean-perl (>= 0.19),
 libtest-nowarnings-perl,
 libmoose-perl,
 libio-all-perl,
 libpath-class-perl,
 libpath-tiny-perl,
 libmoosex-types-perl,
 libtest-requires-perl (>= 0.06)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libscalar-does-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libscalar-does-perl
Homepage: https://metacpan.org/release/Scalar-Does
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libscalar-does-perl
Architecture: all
Depends:
 libtype-tiny-perl,
 liburi-perl,
 liblexical-underscore-perl,
 libexporter-tiny-perl,
 libnamespace-clean-perl,
 ${misc:Depends},
 ${perl:Depends}
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).