1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libclass-makemethods-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Eric Dorland <eric@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-makemethods-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-makemethods-perl.git
Homepage: https://metacpan.org/release/Class-MakeMethods
Package: libclass-makemethods-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl module for generating common types of methods
The Class::MakeMethods framework allows Perl class developers to
quickly define common types of methods. When a module uses
Class::MakeMethods or one of its subclasses, it can select from a
variety of supported method types, and specify a name for each method
desired. The methods are dynamically generated and installed in the
calling package.
|