deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any
Description: |-
Inheritable, overridable class and instance data accessor creation
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class properties that is overridable in subclasses as well as in
class instances.
.
For example:
.
Pere::Ubu->mk_classaccessor('Suitcase');
.
will generate the method Suitcase() in the class Pere::Ubu.
.
This new method can be used to get and set a piece of class property.
.
Pere::Ubu->Suitcase('Red');
$suitcase = Pere::Ubu->Suitcase;
Homepage: https://metacpan.org/release/Class-Data-Accessor
Installed-Size: '26'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Multi-Arch: foreign
Package: libclass-data-accessor-perl
Priority: optional
Section: perl
Version: 0.04004-4
srcpkg_name: libclass-data-accessor-perl
srcpkg_version: 0.04004-4