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 / MyTest / Plugin / Bar.pm
1 package MyTest::Plugin::Bar;
2
3
4 use strict;
5
6
7 1;
8
9