17 years agoUse MRO::Compat instead of Class::ISA to DRTR for C3 vs. non-C3 classes v0.06000
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

17 years agoQuick kill of Class::Inspector warnings v0.05002
Christopher H. Laco [Sat, 12 May 2007 01:23:44 +0000]
Quick kill of Class::Inspector warnings

17 years agoset_comonent_class now only dies when the class is an installed/installable class... v0.05001
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

17 years agoAdded get/set_component_class v0.05000
Christopher H. Laco [Wed, 9 May 2007 01:55:34 +0000]
Added get/set_component_class

17 years agoConverted to Module::Install v0.04000
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

17 years agoBig speedup for get_inherited under heavy usage
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

17 years agoAdded dist_author to Build.PL
Christopher H. Laco [Tue, 27 Jun 2006 02:37:12 +0000]
Added dist_author to Build.PL
Added CLACO to authors list

17 years agoFixed pod NAME
Christopher H. Laco [Mon, 26 Jun 2006 23:56:59 +0000]
Fixed pod NAME

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