File: control

package info (click to toggle)
librole-commons-perl 0.104-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 21
  • sloc: perl: 247; makefile: 17
file content (40 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download | duplicates (2)
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
Source: librole-commons-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libtest-exception-perl,
 libmodule-runtime-perl,
 libmoo-perl,
 libobject-id-perl,
 libtype-tiny-perl,
 libmatch-simple-perl
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://git.debian.org/git/pkg-perl/packages/librole-commons-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librole-commons-perl.git
Homepage: https://metacpan.org/release/Role-Commons

Package: librole-commons-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Conflicts: ${cdbs:Conflicts}
Provides: ${cdbs:Provides}
Replaces: ${cdbs:Replaces}
Description: roles that can be commonly used, for the mutual benefit of all
 Role::Commons is not yet another implementation of roles. It is a
 collection of generic, reusable roles that hopefully you will love to
 apply to your classes. These roles are built using Moo::Role, so
 automatically integrate into the Moose object system if you're using
 it, but they do not require Moose.
 .
 This package also provides the modules Object::AUTHORITY, Object::Tap
 and Authority::shared.