File: control

package info (click to toggle)
libdata-types-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 14
  • sloc: perl: 268; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,142 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
Source: libdata-types-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-types-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.