1#!/usr/bin/perl -w
2use strict;
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();
7