Fix Win32 test skip counts for good (RT #30568, Kenichi Ishigaki)
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestAdditional.pm
CommitLineData
507034ad 1package TestAdditional;
2
3sub test_additional { return "test_additional"; }
4
51;