Make t/harness find the t/mro tests
[p5sagit/p5-mst-13.2.git] / lib / Module / Pluggable / t / lib / MyOtherTest / Plugin / Foo.pm
1 package MyOtherTest::Plugin::Foo;
2 use strict;
3 1;
4
5