Move MIME::Base64 from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / ext / Module-Pluggable / t / lib / MyOtherTest / Plugin / Bar.pm
1 package MyOtherTest::Plugin::Bar;
2 use strict;
3 1;
4
5