libclass-data-inheritable-perl binary package in Ubuntu Precise powerpc

 Class::Data::Inheritable is for creating accessor/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 overriden.
 .
 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;

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2011-10-13 14:45:10 UTC Published Ubuntu Precise powerpc release main perl Optional 0.08-1
  • Published
  • Copied from ubuntu intrepid-release i386 in Primary Archive for Ubuntu