File: control

package info (click to toggle)
libmoose-autobox-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 412 kB
  • ctags: 124
  • sloc: perl: 767; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,520 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
Source: libmoose-autobox-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl
Build-Depends-Indep: perl,
                     libautobox-perl,
                     liblist-moreutils-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libsyntax-keyword-junction-perl,
                     libtest-exception-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoose-autobox-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoose-autobox-perl.git
Homepage: https://metacpan.org/release/Moose-Autobox
Testsuite: autopkgtest-pkg-perl

Package: libmoose-autobox-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libautobox-perl,
         liblist-moreutils-perl,
         libmoose-perl,
         libnamespace-autoclean-perl,
         libsyntax-keyword-junction-perl
Description: Perl autobox wrapper that understands Moose roles
 Moose::Autobox implements SCALAR, ARRAY, HASH and CODE handlers for use with
 autobox, which is a Perl pragma facilitating method calls on native Perl data
 types. This module understands the hierarchy of roles and provides support for
 data manipulation in a manner similar to what Perl 6 might do.