#!perl
use strict;
use warnings;
use Test::More;
BEGIN {
eval 'use Test::Pod';
if ($@) {
plan skip_all => 'Needs Test::Pod';
}
}
all_pod_files_ok();
#!perl
use strict;
use warnings;
use Test::More;
BEGIN {
eval 'use Test::Pod';
if ($@) {
plan skip_all => 'Needs Test::Pod';
}
}
all_pod_files_ok();