This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / cpan / Module-Load-Conditional / t / to_load / LoadIt.pm
CommitLineData
201db1c7 1package LoadIt;
d813268c 2use strict;
201db1c7 3
d813268c 4our $VERSION = 1;
482aa6ff
CBW
5
61;