The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::Requires {
    'Test::Pod' => 1.40,
};
eval {
    require 'Test::Pod';    # a bad know-how: to pass Test::Kwalitee
};

all_pod_files_ok( all_pod_files(qw(lib)) );

__END__

=pod

=head1 NAME

pod.t - testing POD syntax of modules in distribution

=cut