NAME ^

t/doc/pod.t - Pod document syntax tests

SYNOPSIS ^

    # test all files
    % prove t/doc/pod.t

    # test specific files
    % perl t/doc/pod.t perl_module.pm perl_file.pl

DESCRIPTION ^

Tests the Pod syntax for all files listed in MANIFEST and MANIFEST.generated that appear to contain Pod markup. If any files contain invalid POD markup, they are reported in the test output. Use podchecker to ferret out individual issues.


parrot