deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any
Description: |-
Perl module to create accessors to class data
Class::Data::Inheritable is for creating accessors/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overridden.
.
For example:
.
Pere::Ubu->mk_classdata('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 data.
.
Pere::Ubu->Suitcase('Red');
$suitcase = Pere::Ubu->Suitcase;
Homepage: https://metacpan.org/release/Class-Data-Inheritable
Installed-Size: '23'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Package: libclass-data-inheritable-perl
Priority: optional
Section: perl
Version: 0.10-1
srcpkg_name: libclass-data-inheritable-perl
srcpkg_version: 0.10-1