13 years agorelease 0.10001 v0.10001
Rafael Kitover [Sun, 12 Dec 2010 03:17:26 +0000]
release 0.10001

13 years agoWorkaround for Win32/AS retardation ($0 containing \, lolwut?!)
Peter Rabbitson [Wed, 8 Dec 2010 09:51:14 +0000]
Workaround for Win32/AS retardation ($0 containing \, lolwut?!)

13 years agoFix undefer tracker to play nice with Module::Unload (DBICSL)
Peter Rabbitson [Wed, 8 Dec 2010 09:49:27 +0000]
Fix undefer tracker to play nice with Module::Unload (DBICSL)

13 years agoRelease 0.10000 v0.10000
Peter Rabbitson [Sat, 27 Nov 2010 17:54:08 +0000]
Release 0.10000

13 years agoShave off another ~8% off accessor execution, MOAR benchmarks
Peter Rabbitson [Sat, 27 Nov 2010 17:49:47 +0000]
Shave off another ~8% off accessor execution, MOAR benchmarks

13 years agoFix undefer debugger - calls to the same deferred stub going via different classes...
Peter Rabbitson [Sat, 27 Nov 2010 16:50:48 +0000]
Fix undefer debugger - calls to the same deferred stub going via different classes/objects are ok

13 years agoStupid test syntax errors
Peter Rabbitson [Sat, 27 Nov 2010 15:46:12 +0000]
Stupid test syntax errors

13 years agoCure perl 5.6 problem
Peter Rabbitson [Sat, 27 Nov 2010 15:45:08 +0000]
Cure perl 5.6 problem

13 years agoAdd debugging of undefer code reentrancy when a test environment is detected
Peter Rabbitson [Sat, 27 Nov 2010 15:41:24 +0000]
Add debugging of undefer code reentrancy when a test environment is detected

13 years agoRelease 0.09009 v0.09009
Peter Rabbitson [Fri, 26 Nov 2010 01:35:15 +0000]
Release 0.09009

13 years agoEven more corner case fixes - install the resolved final cref into the callER, not...
Peter Rabbitson [Fri, 26 Nov 2010 01:29:33 +0000]
Even more corner case fixes - install the resolved final cref into the callER, not the original method source

13 years agoMinor refactor to allow for braindead CDBICompat code (no methname passed in)
Peter Rabbitson [Thu, 25 Nov 2010 18:14:34 +0000]
Minor refactor to allow for braindead CDBICompat code (no methname passed in)

13 years agoMinor cleanup and Changes
Peter Rabbitson [Thu, 25 Nov 2010 18:03:18 +0000]
Minor cleanup and Changes

13 years agoProtect $@ on evals
Peter Rabbitson [Thu, 25 Nov 2010 16:17:32 +0000]
Protect $@ on evals

13 years agoFix stupid pure-perl caching omission
Peter Rabbitson [Thu, 25 Nov 2010 14:33:45 +0000]
Fix stupid pure-perl caching omission

13 years agoMajor revamp of CAG internals - now works on pure-perl
Peter Rabbitson [Thu, 25 Nov 2010 14:22:45 +0000]
Major revamp of CAG internals - now works on pure-perl

13 years agoRelease 0.09008 v0.09008
Peter Rabbitson [Mon, 11 Oct 2010 07:40:01 +0000]
Release 0.09008

13 years agoPut back the private accessor installer method, there are overrides in the wild
Peter Rabbitson [Mon, 11 Oct 2010 07:37:40 +0000]
Put back the private accessor installer method, there are overrides in the wild

13 years agoBackcompat is tough business :)
Peter Rabbitson [Mon, 11 Oct 2010 07:34:48 +0000]
Backcompat is tough business :)

13 years agoRelease 0.09007 v0.09007
Peter Rabbitson [Sat, 9 Oct 2010 10:28:10 +0000]
Release 0.09007

13 years agoMinimal cleanups, remove another private method from the namespace
Peter Rabbitson [Sat, 9 Oct 2010 10:22:18 +0000]
Minimal cleanups, remove another private method from the namespace

13 years agoMore documentation
Peter Rabbitson [Sat, 9 Oct 2010 08:38:29 +0000]
More documentation

13 years agoUsing an XS module as test_requires is too evil
Peter Rabbitson [Fri, 8 Oct 2010 16:59:29 +0000]
Using an XS module as test_requires is too evil

13 years agoMake sure the XSA buggery works on a subclass as well
Peter Rabbitson [Fri, 8 Oct 2010 16:13:39 +0000]
Make sure the XSA buggery works on a subclass as well

13 years agoCleanup tests, s/class/obj/ where appropriate
Peter Rabbitson [Fri, 8 Oct 2010 16:10:38 +0000]
Cleanup tests, s/class/obj/ where appropriate

13 years agoFix another XSA corner case - how can something so simple get so complex...
Peter Rabbitson [Fri, 8 Oct 2010 15:50:27 +0000]
Fix another XSA corner case - how can something so simple get so complex...

13 years agoFactor out the XSA installing code (needed for later)
Peter Rabbitson [Fri, 8 Oct 2010 12:20:42 +0000]
Factor out the XSA installing code (needed for later)

13 years agoCleanup/consolidate main test
Peter Rabbitson [Fri, 8 Oct 2010 11:51:58 +0000]
Cleanup/consolidate main test

13 years agoExtra benchmark
Peter Rabbitson [Fri, 8 Oct 2010 11:49:47 +0000]
Extra benchmark

13 years agoRelease 0.09006 v0.09006
Peter Rabbitson [Fri, 10 Sep 2010 23:51:53 +0000]
Release 0.09006

13 years agoMove benchmark into its own dir so we don't confuse the toolchain
Peter Rabbitson [Fri, 10 Sep 2010 23:48:00 +0000]
Move benchmark into its own dir so we don't confuse the toolchain

13 years agoFix braindead ro/wo accessor breakage when CXSA is available
Peter Rabbitson [Fri, 10 Sep 2010 17:46:29 +0000]
Fix braindead ro/wo accessor breakage when CXSA is available
Better control on whether to use CXSA or not (global var and envvar)
Rewrite tests so that PP and XS codepaths are fully tested
Bump Test::More for subtests functionality
Add benchmark and XS discussion to POD

13 years agoMove component-group test to its own testfile
Peter Rabbitson [Fri, 10 Sep 2010 11:41:21 +0000]
Move component-group test to its own testfile
Switch some tests to Test::Exception
Bump minimum M::I version for developes

13 years agoRun all tests before commit damn it!
Peter Rabbitson [Fri, 10 Sep 2010 09:19:38 +0000]
Run all tests before commit damn it!

13 years agoRewrap contributors
Peter Rabbitson [Fri, 10 Sep 2010 09:07:21 +0000]
Rewrap contributors

13 years agoLazy-load Class::Inspector
Peter Rabbitson [Thu, 9 Sep 2010 10:38:31 +0000]
Lazy-load Class::Inspector

13 years agoI was wrong, we still need this check
Arthur Axel "fREW" Schmidt [Wed, 1 Sep 2010 21:03:42 +0000]
I was wrong, we still need this check

13 years agofix MANIFEST.SKIP to actually ignore pod_spelling.t v0.09004
Rafael Kitover [Wed, 11 Aug 2010 04:28:02 +0000]
fix MANIFEST.SKIP to actually ignore pod_spelling.t

13 years agomake pod_spelling.t pass
Rafael Kitover [Wed, 11 Aug 2010 04:25:00 +0000]
make pod_spelling.t pass

13 years agorelease
Rafael Kitover [Wed, 11 Aug 2010 04:24:01 +0000]
release

13 years agofix field names with a single quote in them (patch from Jason Plum)
Rafael Kitover [Wed, 11 Aug 2010 04:21:51 +0000]
fix field names with a single quote in them (patch from Jason Plum)

13 years agore-add pod_spelling.t since it is in MANIFEST.SKIP
Rafael Kitover [Wed, 11 Aug 2010 04:10:04 +0000]
re-add pod_spelling.t since it is in MANIFEST.SKIP

13 years agoremove pod_spelling.t
Rafael Kitover [Wed, 11 Aug 2010 03:59:09 +0000]
remove pod_spelling.t

13 years agoadd failing tests for punctuation in $field, remove unnecessary Win32 check and updat...
Rafael Kitover [Mon, 12 Jul 2010 23:21:40 +0000]
add failing tests for punctuation in $field, remove unnecessary Win32 check and update POD

14 years agoShuffle CAG around
Peter Rabbitson [Mon, 26 Apr 2010 08:14:25 +0000]
Shuffle CAG around

14 years agoMore nitpicking
Peter Rabbitson [Sat, 24 Apr 2010 11:07:03 +0000]
More nitpicking

14 years agoDo as Steffen says
Peter Rabbitson [Sat, 24 Apr 2010 09:52:09 +0000]
Do as Steffen says

14 years agohead1 is capitalized
Peter Rabbitson [Sat, 24 Apr 2010 02:13:45 +0000]
head1 is capitalized

14 years agorelease
Rafael Kitover [Fri, 23 Apr 2010 23:29:00 +0000]
release

14 years agorequire XSAccessor in case someone just set hasXS to true manually
Peter Rabbitson [Fri, 23 Apr 2010 23:05:27 +0000]
require XSAccessor in case someone just set hasXS to true manually

14 years agoXSAccessor fixes
Peter Rabbitson [Fri, 23 Apr 2010 22:45:35 +0000]
XSAccessor fixes

14 years agoremoving Class::XSAccessor for now
Rafael Kitover [Tue, 20 Oct 2009 23:19:14 +0000]
removing Class::XSAccessor for now

14 years agoremove optional dep
Rafael Kitover [Thu, 1 Oct 2009 22:10:04 +0000]
remove optional dep

14 years ago r7753@Thesaurus: rabbit | 2009-09-29 13:45:02 +0200
Peter Rabbitson [Tue, 29 Sep 2009 11:45:27 +0000]
 r7753@Thesaurus:  rabbit | 2009-09-29 13:45:02 +0200
 Fix POD

14 years agoupdate copyright section for Debian at jawnsy's request
Rafael Kitover [Mon, 24 Aug 2009 15:56:10 +0000]
update copyright section for Debian at jawnsy's request

14 years agoupdate Makefile.PL
Rafael Kitover [Mon, 24 Aug 2009 13:49:40 +0000]
update Makefile.PL

14 years agorelease
Rafael Kitover [Sun, 23 Aug 2009 23:58:06 +0000]
release

14 years agoFix my name :)
Andy Grundman [Wed, 8 Jul 2009 02:36:45 +0000]
Fix my name :)

14 years agoUse Class::XSAccessor if available RT#45577, AGRUNDMA
Christopher H. Laco [Wed, 8 Jul 2009 02:24:06 +0000]
Use Class::XSAccessor if available RT#45577, AGRUNDMA

15 years agobump!
Guillermo Roditi [Tue, 24 Mar 2009 22:10:16 +0000]
bump!

15 years agoadd name to list of contributors
Guillermo Roditi [Tue, 24 Mar 2009 21:30:54 +0000]
add name to list of contributors

15 years agosubname stuff + tests
Guillermo Roditi [Tue, 24 Mar 2009 21:20:45 +0000]
subname stuff + tests

15 years agoUpdated Changes/Versions for release v0.08003
Christopher H. Laco [Sat, 21 Mar 2009 13:37:12 +0000]
Updated Changes/Versions for release

15 years agoSlightly faster implementation of supers recalc check
Peter Rabbitson [Thu, 19 Mar 2009 23:52:58 +0000]
Slightly faster implementation of supers recalc check

15 years agoWe need to be smarter about recalculation of __cag_supers within inherited, as @ISA...
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

15 years agoRemoved unnecessary code in get_simple: RT#40992, BUCHMULLER Norbert
Christopher H. Laco [Tue, 18 Nov 2008 02:10:02 +0000]
Removed unnecessary code in get_simple: RT#40992, BUCHMULLER Norbert

16 years agoI got tired of the DigestColumns interface...
Guillermo Roditi [Tue, 29 Jan 2008 04:00:04 +0000]
I got tired of the DigestColumns interface...

16 years ago r1165@mbp: claco | 2008-01-09 19:37:13 -0500 v0.08001
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

16 years ago r1163@mbp: claco | 2008-01-08 18:34:41 -0500 v0.08000
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

16 years ago r1064@mbp: claco | 2007-12-28 18:18:25 -0500
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.

16 years agodoc patch from abraxxa
Matt S Trout [Fri, 16 Nov 2007 14:04:32 +0000]
doc patch from abraxxa

16 years ago r1731@NP5660: claco | 2007-07-02 21:31:38 -0400 v0.07000
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

16 years agofixes for CDI/CDA compat
Matt S Trout [Tue, 3 Jul 2007 01:10:23 +0000]
fixes for CDI/CDA compat

16 years ago r1700@NP5660: claco | 2007-07-01 21:08:11 -0400
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

16 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

16 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

16 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

16 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

17 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

17 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

17 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

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

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

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

17 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

17 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

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

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

17 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