This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
5386ba5b8091919e5c6d5862e6a84cf05c9b9771
[perl5.git] / cpan / Module-Pluggable / t / lib / ExtTest / Plugin / Foo.plugin
1 package MyTest::Plugin::Foo;
2
3
4 use strict;
5
6
7 1;
8
9