File: control

package info (click to toggle)
libdata-perl-perl 0.002009-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 228 kB
  • ctags: 99
  • sloc: perl: 348; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,448 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
Source: libdata-perl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-method-modifiers-perl,
                     liblist-moreutils-perl,
                     libmodule-runtime-perl,
                     librole-tiny-perl,
                     libstrictures-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-output-perl,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-perl-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-perl-perl.git
Homepage: https://metacpan.org/release/Data-Perl

Package: libdata-perl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-method-modifiers-perl,
         liblist-moreutils-perl,
         libmodule-runtime-perl,
         librole-tiny-perl,
         libstrictures-perl
Description: classes wrapping fundamental Perl data types
 Data::Perl is a collection of classes that wrap fundamental data types that
 exist in Perl. These classes and methods as they exist today are an attempt
 to mirror functionality provided by Moose's Native Traits. One important
 thing to note is all classes currently do no validation on constructor input.