Require bugfixed CXSA and warn on old (unusable) versions
[p5sagit/Class-Accessor-Grouped.git] / t / lib / SuperInheritedGroups.pm
CommitLineData
e6f2a0fd 1package SuperInheritedGroups;
2use strict;
3use warnings;
4use base 'BaseInheritedGroups';
5
61;