7cb5d54b9b9f4a926d8a033bf411a38aebbb08ec
[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;