support ->use_namespaces(0) in Loader.pm, fix tests for new dynamic schema behavior
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestAdditional.pm
CommitLineData
507034ad 1package TestAdditional;
2
3sub test_additional { return "test_additional"; }
4
51;