libclass-data-accessor-perl binary package in Ubuntu Mantic amd64

 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;

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-04-25 12:10:09 UTC Published Ubuntu Mantic amd64 release universe perl Optional 0.04004-4
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu