File: control

package info (click to toggle)
libdata-util-perl 0.65-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 564 kB
  • ctags: 164
  • sloc: perl: 2,958; ansic: 416; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 1,219 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-util-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libhash-util-fieldhash-compat-perl,
               libmodule-build-xsutil-perl (>= 0.03),
               libscope-guard-perl,
               libtest-exception-perl,
               perl,
               perl (>= 5.17.4) | libextutils-parsexs-perl (>= 3.180000),
               perl (>= 5.19.1) | libmodule-build (>= 0.4005)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-util-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-util-perl.git
Homepage: https://metacpan.org/release/Data-Util
Testsuite: autopkgtest-pkg-perl

Package: libdata-util-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: selection of utilities for data and data types
 Data::Util provides utility functions for data and data types, including
 functions for subroutines and symbol table hashes (stashes).
 .
 The implementation of this module is both Pure Perl and XS.