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