make sure we do not run helper test if the helper feature is not installed
[catagits/Catalyst-Model-DBIC-Schema.git] / t / lib / AnotherSchemaClass.pm
CommitLineData
4cbe63e7 1package AnotherSchemaClass;
2
3use base 'DBIx::Class::Schema';
4
5__PACKAGE__->load_namespaces;
6
71;