File: control

package info (click to toggle)
libdata-types-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 301; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,043 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
Source: libdata-types-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-pod-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-types-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-types-perl.git
Homepage: https://metacpan.org/release/Data-Types

Package: libdata-types-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: module for validating and converting data types
 Data::Types exports a number of functions that are useful for validating
 and converting data types.
 .
 It is intended for use in applications where data types
 are more important than they typically are in Perl -- e.g., database
 applications.