Add Compress-Raw-Bzip2, by Paul Marquess
[p5sagit/p5-mst-13.2.git] / ext / Compress-Raw-Bzip2 / t / 99pod.t
1 BEGIN {
2     if ($ENV{PERL_CORE}) {
3         chdir 't' if -d 't';
4         @INC = ("../lib", "lib/compress");
5     }
6 }
7
8 use lib qw(t t/compress);
9 use Test::More;
10
11 eval "use Test::Pod 1.00";
12
13 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
14
15 all_pod_files_ok();
16