Move IO::Compress from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / cpan / IO-Compress / t / 999pod.t
CommitLineData
319fab50 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