17 years agoAdded return statement to the end of get_inherited to return undef as a last resort
Christopher H. Laco [Mon, 26 Jun 2006 23:32:37 +0000]
Added return statement to the end of get_inherited to return undef as a last resort

17 years agoFixed abstract
Christopher H. Laco [Mon, 26 Jun 2006 21:45:14 +0000]
Fixed abstract

17 years agoUpdated release date
Christopher H. Laco [Mon, 26 Jun 2006 21:38:50 +0000]
Updated release date

18 years agoAdded get_inherited tests verify we get defined things like 0, '' instead of proceedi...
Christopher H. Laco [Thu, 25 May 2006 02:17:25 +0000]
Added get_inherited tests verify we get defined things like 0, '' instead of proceeding to super class

18 years agoChanged get_inherited to check for definedness on class variable
Christopher H. Laco [Thu, 25 May 2006 01:27:45 +0000]
Changed get_inherited to check for definedness on class variable

18 years agoAdded get_inherited/set_inherited to get/set inheritable class/object data much like...
Christopher H. Laco [Thu, 25 May 2006 01:05:04 +0000]
Added get_inherited/set_inherited to get/set inheritable class/object data much like Class::Data::Accessor does
Added Scalar::Util/Class::ISA to requires

18 years agoAdded more words to ignore list
Christopher H. Laco [Thu, 25 May 2006 01:01:45 +0000]
Added more words to ignore list

18 years agouse Carp instead of Carp::Clan
Christopher H. Laco [Tue, 23 May 2006 22:37:39 +0000]
use Carp instead of Carp::Clan

18 years agoUpdated MANIFEST
Christopher H. Laco [Sun, 21 May 2006 16:05:24 +0000]
Updated MANIFEST
Added *.tmp files to MANIFEST.SKIP

18 years agoAdded tests for mk_group_wo_accessors
Christopher H. Laco [Sun, 21 May 2006 16:02:54 +0000]
Added tests for mk_group_wo_accessors
Updated all test plans to use real test counts

18 years agoAdded tests for mk_group_ro_accessors
Christopher H. Laco [Sun, 21 May 2006 14:58:11 +0000]
Added tests for mk_group_ro_accessors

18 years agoAdded tests for mk_group_accessors
Christopher H. Laco [Sun, 21 May 2006 03:52:20 +0000]
Added tests for mk_group_accessors

18 years agoInitial import
Christopher H. Laco [Sun, 21 May 2006 01:11:23 +0000]
Initial import

18 years agoCreated new folder for Class::Accessor::Grouped
Christopher H. Laco [Sun, 21 May 2006 00:45:59 +0000]
Created new folder for Class::Accessor::Grouped