aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Accessor-Complex
Commit message (Collapse)AuthorAgeFilesLines
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.Andrej Zverev2011-02-121-1/+1
| | | | | | | | | No functional changes. Sponsored by: p5 namespace Notes: svn path=/head/; revision=268973
* - @comment cleanup in p5-* pkg-plistPhilip M. Gollucci2010-12-121-1/+0
| | | | Notes: svn path=/head/; revision=266099
* This module generates accessors for your class in the same spirit asPhilip M. Gollucci2010-12-074-0/+55
Class::Accessor does. While the latter deals with accessors for scalar values, this module provides accessor makers for arrays, hashes, integers, booleans, sets and more. As seen in the synopsis, you can chain calls to the accessor makers. Also, because this module inherits from Class::Accessor, you can put a call to one of its accessor makers at the end of the chain. The accessor generators also generate documentation ready to be used with Sub::Documentation. WWW: http://search.cpan.org/~marcel/Class-Accessor-Complex-1.100880/ PR: ports/152630 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=265778