Fix braindead ro/wo accessor breakage when CXSA is available
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 10 Sep 2010 17:46:29 +0000 (17:46 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 10 Sep 2010 17:46:29 +0000 (17:46 +0000)
commit8019c4d86e5cea699b25d7eeb30c6fb7550f7298
treee53667b1828e880d78002a3a8b340ce70c819458
parent18026fd59c6721f71469134d1ef767755b265386
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
12 files changed:
Changes
MANIFEST.SKIP
Makefile.PL
benchmark.pl [new file with mode: 0644]
lib/Class/Accessor/Grouped.pm
t/accessors.t
t/accessors_ro.t
t/accessors_wo.t
t/accessors_xs.t
t/lib/AccessorGroupsRO.pm
t/lib/AccessorGroupsWO.pm
t/pod_spelling.t