Clear up some legacy cruft and straighten inheritance
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Componentised.pm
1 package # hide from PAUSE
2     DBIx::Class::Componentised;
3
4 use strict;
5 use warnings;
6
7 ###
8 # Keep this class for backwards compatibility
9 ###
10
11 use base 'Class::C3::Componentised';
12
13 1;