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