Class-ExtraAttributes

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

README for Class::ExtraAttributes

This module makes it possible to transparently add attributes to an existing
class (usually a subclass of a standard class) without interfering with the
functionality of that class.  This functionality is based on the OOB class
which allows attributes to be added to any Perl data-structure.

Version:
 0.02

Required Modules:
 OOB (0.08)

The build is standard:

perl Makefile.PL
make
make test
make install



( run in 0.480 second using v1.01-cache-2.11-cpan-39bf76dae61 )