Move Module::Pluggable tests up under main test directory.
[p5sagit/p5-mst-13.2.git] / t / Module_Pluggable / lib / OddTest / Plugin / Foo.pm
CommitLineData
3f7169a2 1package OddFiles/Plugin/Foo.pm
2
3sub new {}
4
51;