freebsd-ports/devel/p5-accessors-fast/pkg-plist
Sunpoet Po-Chuan Hsieh 75835d5a60 - Add p5-accessors-fast 0.03
- While I'm here:
  - Add LICENSE
  - Fix *_DEPENDS
  - Convert to new Perl framework
  - Support STAGEDIR
  - Sort PLIST

This module was created as an alternative to use fields,
and uses Class::Accessor::Fast as a base

Creates accessors at compiletime

Have own default new method: it creates object as a blessed hash,
then locks keys to defined field list, and invoke init.
So, recommended usage inside packages, is access by hash keys
(it's 3 times faster then accessor). Since keys are locked,
you will not suffer from autovivification. Public interface
recommended to be documented as accessors.

Uses Class::C3

WWW: http://search.cpan.org/dist/accessors-fast/

PR:		ports/180310
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-18 19:23:28 +00:00

9 lines
380 B
Text

%%SITE_PERL%%/accessors/cpants.pl
%%SITE_PERL%%/accessors/fast.pm
%%SITE_PERL%%/accessors/fast/tie.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/accessors/fast/.packlist
%%PERL5_MAN3%%/accessors::fast.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/accessors/fast
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/accessors
@dirrmtry %%SITE_PERL%%/accessors/fast
@dirrmtry %%SITE_PERL%%/accessors