File: control

package info (click to toggle)
libmoosex-mungehas-perl 0.011-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 314; sh: 6; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,415 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
40
41
42
Source: libmoosex-mungehas-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmoo-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libmouse-perl <!nocheck>,
 libscalar-list-utils-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 libtype-tiny-perl | libeval-closure-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-mungehas-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-mungehas-perl
Homepage: https://metacpan.org/release/MooseX-MungeHas
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libmoosex-mungehas-perl
Architecture: all
Depends:
 libscalar-list-utils-perl,
 libtype-tiny-perl | libeval-closure-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 libmoo-perl,
 libmoose-perl,
 libmouse-perl,
Description: munge your "has" (works with Moo, Moose and Mouse)
 MooseX::MungeHas alters the behaviour of the attributes
 of your Moo, Moose or Mouse based class.
 It manages to support all three
 because it doesn't attempt to do anything smart with metathingies;
 it simply installs a wrapper for 'has'
 that munges the attribute specification hash
 before passing it on to the original 'has' function.