xref: /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/999pod.t (revision b39c515898423c8d899e35282f4b395f7cad3298)
1BEGIN {
2    if ($ENV{PERL_CORE}) {
3	chdir 't' if -d 't';
4	@INC = ("../lib", "lib/compress");
5    }
6}
7
8use lib qw(t t/compress);
9use Test::More;
10
11eval "use Test::Pod 1.00";
12
13plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
14
15all_pod_files_ok();
16
17