Source: libclass-methodmaker-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni , gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), libipc-run-perl , 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.