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