Upgrade to Compress::Zlib 2.000_05
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / t / 99pod.t
1 use lib 't';
2 use Test::More;
3
4 eval "use Test::Pod 1.00";
5
6 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
7
8 all_pod_files_ok();
9