Christopher H. Laco [Mon, 2 Jul 2007 01:46:31 +0000]
r1700@NP5660: claco | 2007-07-01 21:08:11 -0400
Fixed spelling test error
Added WriteAll/DIST/PREOP for README
Christopher H. Laco [Sat, 12 May 2007 02:37:26 +0000]
Use MRO::Compat instead of Class::ISA to DRTR for C3 vs. non-C3 classes
Christopher H. Laco [Sat, 12 May 2007 01:23:44 +0000]
Quick kill of Class::Inspector warnings
Christopher H. Laco [Fri, 11 May 2007 01:34:21 +0000]
set_comonent_class now only dies when the class is an installed/installable class and can't be loaded
Christopher H. Laco [Wed, 9 May 2007 01:55:34 +0000]
Added get/set_component_class
Christopher H. Laco [Sun, 6 May 2007 02:24:39 +0000]
Converted to Module::Install
Added culterific tests/TEST_AUTHOR
Converted to distro friendly version number
Christopher H. Laco [Wed, 8 Nov 2006 02:36:41 +0000]
Big speedup for get_inherited under heavy usage
Check current class variable before calculating super paths
Cache super paths locally to speed up multiple calls on the same class
Christopher H. Laco [Tue, 27 Jun 2006 02:37:12 +0000]
Added dist_author to Build.PL
Added CLACO to authors list
Christopher H. Laco [Mon, 26 Jun 2006 23:56:59 +0000]
Fixed pod NAME
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
Christopher H. Laco [Mon, 26 Jun 2006 21:45:14 +0000]
Fixed abstract
Christopher H. Laco [Mon, 26 Jun 2006 21:38:50 +0000]
Updated release date
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
Christopher H. Laco [Thu, 25 May 2006 01:27:45 +0000]
Changed get_inherited to check for definedness on class variable
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
Christopher H. Laco [Thu, 25 May 2006 01:01:45 +0000]
Added more words to ignore list
Christopher H. Laco [Tue, 23 May 2006 22:37:39 +0000]
use Carp instead of Carp::Clan
Christopher H. Laco [Sun, 21 May 2006 16:05:24 +0000]
Updated MANIFEST
Added *.tmp files to MANIFEST.SKIP
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
Christopher H. Laco [Sun, 21 May 2006 14:58:11 +0000]
Added tests for mk_group_ro_accessors
Christopher H. Laco [Sun, 21 May 2006 03:52:20 +0000]
Added tests for mk_group_accessors
Christopher H. Laco [Sun, 21 May 2006 01:11:23 +0000]
Initial import
Christopher H. Laco [Sun, 21 May 2006 00:45:59 +0000]
Created new folder for Class::Accessor::Grouped