Revision history for Class::Accessor::Grouped.
+0.10002 Sun Dec 19 05:23:44 2010
- Fix grave bug of XS-enabled simple accessors clobbering an
existing 'around' overlay installed in the same method slot
- Require bugfixed XSAccessor, remove Win32 caveat
use Scalar::Util ();
use MRO::Compat;
-our $VERSION = '0.10001';
+our $VERSION = '0.10002';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
# when changing minimum version don't forget to adjust L</PERFORMANCE> and