split off the new _id stripping into _multi_rel_local_relname overridden in the v4...
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestAdditional.pm
1 package TestAdditional;
2
3 sub test_additional { return "test_additional"; }
4
5 1;