File: control

package info (click to toggle)
libmoox-handlesvia-perl 0.001008-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 276 kB
  • sloc: perl: 1,072; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,597 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
37
38
39
Source: libmoox-handlesvia-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libclass-method-modifiers-perl,
                     libdata-perl-perl,
                     libmodule-runtime-perl,
                     libmoo-perl (>= 1.003000),
                     libmoox-types-mooselike-perl,
                     libnamespace-autoclean-perl,
                     libnamespace-clean-perl,
                     librole-tiny-perl,
                     libtest-exception-perl,
                     libtest-fatal-perl,
                     perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-handlesvia-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-handlesvia-perl.git
Homepage: https://metacpan.org/release/MooX-HandlesVia
Testsuite: autopkgtest-pkg-perl

Package: libmoox-handlesvia-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-method-modifiers-perl,
         libdata-perl-perl,
         libmodule-runtime-perl,
         libmoo-perl (>= 1.003000),
         librole-tiny-perl
Description: Moose Native Traits-like behavior for Moo
 MooX::HandlesVia is an extension of Moo's 'handles' attribute
 functionality. It provides a means of proxying functionality from an
 external class to the given attribute.
 .
 This is most commonly used as a way to emulate 'Native Trait'
 behavior that is common in Moose code.