File: control

package info (click to toggle)
libclass-methodmaker-perl 2.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 544 kB
  • sloc: perl: 1,849; objc: 492; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,271 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
Source: libclass-methodmaker-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libipc-run-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-methodmaker-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-methodmaker-perl.git
Homepage: https://metacpan.org/release/Class-MethodMaker

Package: libclass-methodmaker-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl module for creating generic methods
 Class::MethodMaker is a simple module which solves the problem of having to
 continually write accessor and mutator methods for your objects that perform
 standard tasks. Instead of thinking in terms of methods, you install one or
 more components into a class and methods are automatically created for you.
 A component is intended as a cohesive unit of data that should only be changed
 using the provided methods.