000_pod.t 246 B

123456789101112
  1. # -*- mode: cperl;-*-
  2. use Test::More;
  3. use strict;
  4. use warnings;
  5. eval "use Test::Pod 1.00";
  6. plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
  7. my @poddirs = ( $ENV{srcdir} || '.' );
  8. all_pod_files_ok( all_pod_files( @poddirs ) );