File: control

package info (click to toggle)
liblexical-accessor-perl 0.014-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 851; sh: 4; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 1,726 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
43
44
45
46
47
48
49
50
51
Source: liblexical-accessor-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libtype-tiny-perl <!nocheck>,
 libexporter-tiny-perl <!nocheck>,
 libhash-fieldhash-perl <!nocheck>,
 libsub-handlesvia-perl (>= 0.035) <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 libclass-tiny-perl <!nocheck>,
 libmoo-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libmouse-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblexical-accessor-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblexical-accessor-perl
Homepage: https://metacpan.org/release/Lexical-Accessor
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: liblexical-accessor-perl
Architecture: all
Depends:
 libexporter-tiny-perl,
 libtype-tiny-perl,
 ${misc:Depends},
 ${perl:Depends}
Recommends:
 libhash-fieldhash-perl,
 libsub-handlesvia-perl (>= 0.035),
 libsub-name-perl,
Enhances:
 libclass-tiny-perl,
 libmoo-perl,
 libmoose-perl,
 libmouse-perl,
Description: true private attributes for Moose/Moo/Mouse
 Lexical::Accessor generates coderefs which can be used as methods to
 access private attributes for objects.
 .
 The private attributes are stored inside-out, and do not add any
 accessors to the class' namespace, so are completely invisible to any
 outside code, including any subclasses. This gives your attribute
 complete privacy:  subclasses can define a private (or even public)
 attribute with the same name as your private one and they will not
 interfere with each other.