Revision history for Class-Dot
1.0.5 Mon Oct 01 17:13:03 CEST 2007
- isa_File added (a Filehandle).
- isa_Code added (a code reference).
- Added import option: -rebuild.
If you return something blessed from your BUILD method and -rebuild
option is set, it will set $self to that.
1.0.4 Thu Sep 20 16:30:11 CEST 2007
- The created constructor (when using -new import tag option) didn't
search ISA properly while setting properties using options to new().
- isa_Data now sets default value properly.
1.0.3 Thu Sep 12 16:55:48 2007
- isa_Int and isa_String set the initial value to 0 and q{} when no
default value was defined, this resulted in `defined $property` to
return true.
1.0.2 Tue Sep 12 10:13:04 2007
- Subversion now hosted at googlecode.
http://class-dot.googlecode.comsearch
1.0.1 Tue Sep 11 24:36:32 2007
- isa_Object no longer automaticly makes new objects if the property is
not set. If you want that, use: isa_Object('My::Class', auto => 1);
- Fixed problems with isa_Object where it would try to make
a new instance even though no default class was defined.
0.0.1 Sun Sep 9 02:22:58 2007
Initial release.