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