Subject: | Pod::Usage always uses SYNOPSIS section. Perl::Critic recommends USAGE section |
Pod::Usage uses the SYNOPSIS section to get usage information. The
Pre::Critic policy
Perl::Critic::Policy::Documentation::RequirePodSections favours a USAGE
section for scripts.
Maybe a case could be made for making Pod::Usage able to take a
parameter for the appropriate section and/or have a default of looking
in both SYNOPSIS and USAGE.