Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation
From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-37322-121918.15.
4257995782182@perl.org>
p4raw-id: //depot/perl@25686
"OPTIONS", "ARGUMENTS", or "OPTIONS AND ARGUMENTS" is printed. If the
corresponding value is 2 or more then the entire manpage is printed.
-The special verbosity level 99 requires to also specify the -section
+The special verbosity level 99 requires to also specify the -sections
parameter; then these sections are extracted (see L<Pod::Select>)
and printed.
-=item C<-section>
+=item C<-sections>
A string representing a selection list for sections to be printed
when -verbose is set to 99, e.g. C<"NAME|SYNOPSIS|DESCRIPTION|VERSION">.