aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-OOTools
Commit message (Collapse)AuthorAgeFilesLines
* - update to version 2Cheng-Lung Sung2005-06-073-3/+7
| | | | | | | | | | | | | | | | | - from Changes Version 2.0 - Added the Class::Error module and tests - Added the Class::Util module and tests - Minor change in the Class::constr closure to allow to stop the init subs by returning undef OR a Class::Error object - Added the 'skip_autoload' option to Class::constr pragma - You can also pass an HASH reference to the constr method - Changed the result returned by the group accessor in list context: old version returned the keys of the hash (deprecated since the 1.77) this version returns the whole hash Notes: svn path=/head/; revision=136980
* - update to 1.79Cheng-Lung Sung2005-02-232-3/+3
| | | | | | | | | - from Changes - Fixed a bug related to set *::groups - A test addition Notes: svn path=/head/; revision=129581
* - update to 1.78Cheng-Lung Sung2005-02-172-3/+3
| | | | | | | | | | - Changes: - Fixed a bug related to naming props and group props with the same name - The properties defined with a group get initialized just once - Some testing addition and rewrite Notes: svn path=/head/; revision=129074
* - update to 1.77Cheng-Lung Sung2005-01-192-3/+3
| | | | | | | | | | | | | | | | | - from Changes - WARNING: Deprecated the use of the group accessor in list context when used to retrieve keys: see 'WARNING' POD section - Added 'default' option to the Class::constr pragma plus tests - Fixed the possibilty of setting twice the same property when copy => 1 - Minor changes in the constructor closure - Added possibility to get a slice of values from groups accessors - A few minor improvement and fixes in the groups closure (all the props exist, the groups accessor uses always the props accessor if defined, etc) - Added $_ aliasing for the post_process option - A few minor POD changes and fixes Notes: svn path=/head/; revision=126781
* - update to 1.76Cheng-Lung Sung2004-12-052-3/+3
| | | | | | | | - Added add_to() method to add props and groups accessors in other packages - Added post_process() option to props accessors Notes: svn path=/head/; revision=123185
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* Add p5-OOTools 1.75, a Perl module collection to easily createVanilla I. Shu2004-07-224-0/+55
constructors methods. PR: ports/59436 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=114434