The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pod-cover-trustme - Report Pod coverage for modules

SYNOPSIS

  $ pod-cover-trustme lib/My/Module.pm

OPTIONS

--no-parents

Disable considering parent class's pod.

--no-roles

Disable considering composed roles' pod.

--no-pod

Disable trusting '=for Pod::Coverage' annotations in pod.

--export

Require documentation only for exported subs.

--no-ignore-imported

Disable considering imported subs private.

--trust=<method>

Consider the given method as trusted and not needing documentation.

--private=<sub>

Consider the given sub name private, and not needing documentation.

--no-default-private

Disable the default list of private subs.

--help

Display documentation for the pod-cover-trustme program.