[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#344885: ITP: libclass-data-accessor-perl -- Inheritable, overridable class and instance data accessor creation



Package: wnpp
Severity: wishlist
Owner: "Krzysztof Krzyzaniak (eloy)" <eloy@debian.org>

* Package name    : libclass-data-accessor-perl
  Version         : 0.02
  Upstream Authors: Matt S Trout <mstrout@cpan.org>, Christopher H. Laco <claco@cpan.org>
* URL             : http://search.cpan.org/~claco/Class-Data-Accessor-0.02/
* License         : Perl: Artistic/GPL
  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 data that 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 data.
 .
 Pere::Ubu->Suitcase('Red');
 $suitcase = Pere::Ubu->Suitcase;

NOTE: this module is demanded to build new upstream version of
libdbix-class-perl package

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)



Reply to: