Revision history for Class::Accessor::Grouped.
+ - Fix perl 5.6 failures
+ - Add test-time deferred coderef reinvocation checks
+
0.09009 Fri Nov 26 01:31:56 2010
- Major cleanup and optimization of code (evaled coderef sharing)
- Module can now operate in PurePerl environments with 100%
no warnings 'redefine';
local $@ if __CAG_UNSTABLE_DOLLARAT;
- eval "sub ${class}::${methname}{$src}";
+ eval "sub ${class}::${methname} { $src }";
undef; # so that no further attempt will be made to install anything
}