1use strict;
2use warnings;
3use Test::More;
4eval 'use Test::Pod 1.00';
5plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
6all_pod_files_ok(all_pod_files('blib'));
7