Switch to 2-space indent, minor formatting (no code) changes
[p5sagit/Class-Accessor-Grouped.git] / t / lib / SuperInheritedGroups.pm
1 package SuperInheritedGroups;
2 use strict;
3 use warnings;
4 use base 'BaseInheritedGroups';
5
6 1;