• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1use strict;
2use warnings;
3
4use Test::More;
5
6eval "use Test::Pod";
7if ($@) {
8    plan skip_all => "Test::Pod required for testing POD: $@";
9}
10all_pod_files_ok();
11