Move Module::Pluggable tests up under main test directory.
[p5sagit/p5-mst-13.2.git] / t / Module_Pluggable / lib / ExtTest / Plugin / Bar.plugin
1 package MyTest::Plugin::Bar;
2
3
4 use strict;
5
6
7 1;
8
9