File: control

package info (click to toggle)
libmoosex-has-options-perl 0.003-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: perl: 186; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,274 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
Source: libmoosex-has-options-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: matanya <matanya.moses@gmail.com>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
 libclass-load-perl,
 liblist-moreutils-perl,
 libmoose-perl,
 libnamespace-autoclean-perl,
 libpackage-stash-perl,
 libstring-rewriteprefix-perl,
 libtest-most-perl
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-has-options-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-has-options-perl
Homepage: https://metacpan.org/release/MooseX-Has-Options

Package: libmoosex-has-options-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-load-perl,
 liblist-moreutils-perl,
 libmoose-perl,
 libpackage-stash-perl,
 libstring-rewriteprefix-perl
Description: module for succinctly declaring options for Moose attributes
 MooseX::Has::Options provides a succinct syntax for declaring options for
 Moose attributes. It hijacks the has function imported by Moose and replaces
 it with one that understands the options syntax.