Add Module::Pluggable
[p5sagit/p5-mst-13.2.git] / lib / Module / Pluggable / t / acme / Acme / MyTest / Plugin / Foo.pm
1 package Acme::MyTest::Plugin::Foo;
2
3
4 use strict;
5
6
7 1;
8
9