Jump to letter: [
39ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Class-Accessor-Classy - Accessors with minimal inheritance
- Description:
The Class::Accessor::Classy Perl module provides an extremely small
footprint accessor/mutator declaration scheme for fast and convenient
object attribute setup. It is intended as a simple and speedy mechanism
for preventing hash-key typos rather than a full-blown object system
with type checking and so on.
The accessor methods appear as a hidden parent class of your package
and generally try to stay out of the way. The accessors and mutators
generated are of the form C<foo()> and C<set_foo()>, respectively.
Packages
perl-Class-Accessor-Classy-0.9.1-5.el6.noarch
[17 KiB] |
Changelog
by John C. Peterson (2013-10-17):
- Fixed some errors in conditional tests for when to remove buildroot (RHEL < 6)
- Removed the redundant defattr macro from the files section
- Replaced all occurances of the __perl macro with just perl
|