File: control

package info (click to toggle)
libmoosex-mungehas-perl 0.007-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 17
  • sloc: perl: 303; makefile: 20
file content (35 lines) | stat: -rw-r--r-- 1,280 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
Source: libmoosex-mungehas-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libscalar-list-utils-perl (>= 1:1.40),
 libtest-fatal-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
 libtest-requires-perl (>= 0.06),
 libtype-tiny-perl,
 libmoo-perl (>= 1.002000),
 libmoose-perl (>= 2),
 libmouse-perl (>= 1)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-mungehas-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-mungehas-perl.git
Homepage: https://metacpan.org/release/MooseX-MungeHas

Package: libmoosex-mungehas-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Suggests: ${cdbs:Suggests}
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.