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.
|