Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-accessors-fast / pkg-descr
1 This module was created as an alternative to use fields,
2 and uses Class::Accessor::Fast as a base
3
4 Creates accessors at compiletime
5
6 Have own default new method: it creates object as a blessed hash,
7 then locks keys to defined field list, and invoke init.
8 So, recommended usage inside packages, is access by hash keys
9 (it's 3 times faster then accessor). Since keys are locked,
10 you will not suffer from autovivification. Public interface
11 recommended to be documented as accessors.
12
13 Uses Class::C3
14
15 WWW: http://search.cpan.org/dist/accessors-fast/