xref: /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/InPod.pm (revision 256a93a44f36679bee503f12e49566c2183f6181)
1*256a93a4Safresh1use strict;
2b39c5158Smillert=pod
3b39c5158Smillert
4b39c5158Smillert$VERSION = 1;
5b39c5158Smillert
6b39c5158Smillert=cut
7b39c5158Smillert
8b39c5158Smillertpackage InPod;
9b39c5158Smillert
10*256a93a4Safresh1our $VERSION = 2;
11b39c5158Smillert
12b39c5158Smillert1;
13