Revision history for Class::Accessor::Grouped.
+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%
compatibility (including proper naming of generated coderefs)
use Scalar::Util ();
use MRO::Compat;
-our $VERSION = '0.09008';
+our $VERSION = '0.09009';
$VERSION = eval $VERSION;
# when changing minimum version don't forget to adjust L</PERFORMANCE> and