Make t/harness find the t/mro tests
[p5sagit/p5-mst-13.2.git] / lib / Module / Pluggable / t / lib / OddTest / Plugin / Foo.pm
1 package OddFiles/Plugin/Foo.pm
2
3 sub new {}
4
5 1;