This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove cpan/Pod-LaTeX and pod2latex utility
[perl5.git] / cpan / Module-Pluggable / t / lib / MyOtherTest / Plugin / Foo.pm
1 package MyOtherTest::Plugin::Foo;
2 use strict;
3 1;
4
5