freebsd-ports/devel/p5-Class-Accessor-Fast-Contained/pkg-descr
Anton Berezin eda2e2c4a7 Add devel/p5-Class-Accessor-Fast-Contained 1.01,
a Perl module that provides fast accessors with data containment.
2010-05-05 11:31:02 +00:00

10 lines
379 B
Text

This module does two things differently to the venerable
Class::Accessor::Fast:
- Fields are stored at arms-length within a single hash value of $self, rather
than directly in the $self blessed referent.
- new() allows mixin into an existing object, rather than creating and
returning a new blessed hashref.
WWW: http://search.cpan.org/dist/Class-Accessor-Fast-Contained/