Compress::Zlib becomes zlib agnostic
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / t / 99pod.t
CommitLineData
1a6a8453 1BEGIN {
2 if ($ENV{PERL_CORE}) {
3 chdir 't' if -d 't';
4 @INC = ("../lib", "lib/compress");
5 }
6}
7
8use lib 't';
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