Commit Graph

7 Commits

Author SHA1 Message Date
Cheng-Lung Sung
ea0e8baa8b - update to version 2
- 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
2005-06-07 09:24:54 +00:00
Cheng-Lung Sung
b75878ebb3 - update to 1.79
- from Changes
    - Fixed a bug related to set *::groups
    - A test addition
2005-02-23 03:33:01 +00:00
Cheng-Lung Sung
20149f6d99 - update to 1.78
- 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
2005-02-17 09:12:43 +00:00
Cheng-Lung Sung
9112217627 - update to 1.77
- 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
2005-01-19 08:51:14 +00:00
Cheng-Lung Sung
c8b9eb906b - update to 1.76
- Added add_to() method to add props and groups accessors in other packages
- Added post_process() option to props accessors
2004-12-05 05:59:36 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Vanilla I. Shu
b109c6a5bd Add p5-OOTools 1.75, a Perl module collection to easily create
constructors methods.

PR:		ports/59436
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-22 14:27:46 +00:00