Install Math::BigInt, 5.8.x ship a too old one
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestLeftBase.pm
1 package TestLeftBase;
2
3 sub test_additional_base_override { return "test_left_base_override"; }
4
5 1;