This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Module::Pluggable
[perl5.git] / lib / Module / Pluggable / t / lib / MyOtherTest / Plugin / Foo.pm
CommitLineData
3f7169a2
RGS
1package MyOtherTest::Plugin::Foo;
2use strict;
31;
4
5