Put back the private accessor installer method, there are overrides in the wild
[p5sagit/Class-Accessor-Grouped.git] / t / lib / SuperInheritedGroups.pm
CommitLineData
e6f2a0fd 1package SuperInheritedGroups;
2use strict;
3use warnings;
4use base 'BaseInheritedGroups';
5
61;