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: Jonathan Yu <jawnsy@cpan.org>,
Niko Tyni <ntyni@debian.org>,
gregor herrmann <gregoa@debian.org>,
Antonio Radici <antonio@dyne.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
libipc-run-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-methodmaker-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.
|