NAME
t/codingstd/pod_description.t - Identify files lacking 'DESCRIPTION' in POD
SYNOPSIS
# test all files
% prove t/codingstd/pod_description.t
# test specific files
% perl t/codingstd/pod_description.t perl_module.pm perl_file.pl
# test and obtain a list of those files which fail to pass the test
% prove -v t/codingstd/pod_description.t
DESCRIPTION
Tests the Pod syntax for all files listed in MANIFEST and MANIFEST.generated that appear to contain Pod markup. If any files contain with valid POD markup lack DESCRIPTION
sections, list them.