view_sources sorter done? --AKB
[dbsrgits/DBIx-Class.git] / t / lib / ViewDeps.pm
1 package # hide from PAUSE
2     ViewDeps;
3 ## Used in 105view_deps.t
4
5 use strict;
6 use warnings;
7 use parent qw(DBIx::Class::Schema);
8
9 __PACKAGE__->load_namespaces;
10
11 1;