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