01bf01692736103a405305e93d4eb1cceb3994f2
[urisagit/Perl-Docs.git] / t / pod.t
1 #!/usr/local/bin/perl
2
3 use Test::More;
4
5 eval 'use Test::Pod 1.14' ;
6 plan skip_all =>
7         'Test::Pod 1.14 required for testing PODe' if $@ ;
8
9 all_pod_files_ok(
10 #       {
11 #               trustme =>      [ qr/slurp/ ]
12 #       }
13 ) ;