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