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