Peter Rabbitson [Fri, 23 Apr 2010 23:05:27 +0000]
require XSAccessor in case someone just set hasXS to true manually
Peter Rabbitson [Fri, 23 Apr 2010 22:45:35 +0000]
XSAccessor fixes
Rafael Kitover [Tue, 20 Oct 2009 23:19:14 +0000]
removing Class::XSAccessor for now
Rafael Kitover [Thu, 1 Oct 2009 22:10:04 +0000]
remove optional dep
Peter Rabbitson [Tue, 29 Sep 2009 11:45:27 +0000]
r7753@Thesaurus: rabbit | 2009-09-29 13:45:02 +0200
Fix POD
Rafael Kitover [Mon, 24 Aug 2009 15:56:10 +0000]
update copyright section for Debian at jawnsy's request
Rafael Kitover [Mon, 24 Aug 2009 13:49:40 +0000]
update Makefile.PL
Rafael Kitover [Sun, 23 Aug 2009 23:58:06 +0000]
release
Andy Grundman [Wed, 8 Jul 2009 02:36:45 +0000]
Fix my name :)
Christopher H. Laco [Wed, 8 Jul 2009 02:24:06 +0000]
Use Class::XSAccessor if available RT#45577, AGRUNDMA
Guillermo Roditi [Tue, 24 Mar 2009 22:10:16 +0000]
bump!
Guillermo Roditi [Tue, 24 Mar 2009 21:30:54 +0000]
add name to list of contributors
Guillermo Roditi [Tue, 24 Mar 2009 21:20:45 +0000]
subname stuff + tests
Christopher H. Laco [Sat, 21 Mar 2009 13:37:12 +0000]
Updated Changes/Versions for release
Peter Rabbitson [Thu, 19 Mar 2009 23:52:58 +0000]
Slightly faster implementation of supers recalc check
Peter Rabbitson [Thu, 19 Mar 2009 21:28:17 +0000]
We need to be smarter about recalculation of __cag_supers within inherited, as @ISA (thus supers) can very well change in-flight
Christopher H. Laco [Tue, 18 Nov 2008 02:10:02 +0000]
Removed unnecessary code in get_simple: RT#40992, BUCHMULLER Norbert
Guillermo Roditi [Tue, 29 Jan 2008 04:00:04 +0000]
I got tired of the DigestColumns interface...
Christopher H. Laco [Thu, 10 Jan 2008 00:37:22 +0000]
r1165@mbp: claco | 2008-01-09 19:37:13 -0500
Removed bogus tests line in Makefile.PL that errored out on older harnesses becuase I had specified a directory that doesn't exists
Christopher H. Laco [Tue, 8 Jan 2008 23:46:05 +0000]
r1163@mbp: claco | 2008-01-08 18:34:41 -0500
Updated version to 0.08000 for release
Christopher H. Laco [Fri, 28 Dec 2007 23:19:05 +0000]
r1064@mbp: claco | 2007-12-28 18:18:25 -0500
Working around @_ assigment bug in 5.10.0 that kills performace
Tweaked code for speed over form. No functional changes.
Matt S Trout [Fri, 16 Nov 2007 14:04:32 +0000]
doc patch from abraxxa
Christopher H. Laco [Tue, 3 Jul 2007 02:09:57 +0000]
r1731@NP5660: claco | 2007-07-02 21:31:38 -0400
Updated Changes/Version for release
Matt S Trout [Tue, 3 Jul 2007 01:10:23 +0000]
fixes for CDI/CDA compat
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