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