File: control

package info (click to toggle)
libclass-gomor-perl 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 188 kB
  • sloc: perl: 234; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 898 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
Source: libclass-gomor-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-gomor-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-gomor-perl.git
Homepage: https://metacpan.org/release/Class-Gomor

Package: libclass-gomor-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: class and object builder
 Class::Gomor is a Perl class and object builder, providing features like
 automatic validation of attributes. It can automatically create accessors
 for scalar or array attributes, as well as supporting custom attributes.