1#!perl -T
2use strict;
3use warnings;
4
5use Test::More;
6## no critic
7eval 'use Test::Pod 1.14';
8plan skip_all => 'Test::Pod 1.14 required for testing POD' if $@;
9all_pod_files_ok();
10