Update META checker
[Data-Peek.git] / t / 00_pod.t
blob8cb64c30c0d213f5139e0a09c72f16bb2eeb2603
1 #!/usr/bin/perl
3 use strict;
4 $^W = 1;
6 use Test::More;
8 eval "use Test::Pod 1.00";
9 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
10 all_pod_files_ok ();