From: Jacob Bachmeyer Date: Sat, 8 Oct 2022 03:32:21 +0000 (-0500) Subject: Use Pod::Usage and begin to develop internal documentation in Perl POD X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=03c268f147593f81ee18a400298781cbe030b1ed;p=gatekeeper.git Use Pod::Usage and begin to develop internal documentation in Perl POD POD is Perl's native documentation format, designed to embed an approximate equivalent to a man page inside a Perl program or module. POD can be particularly useful for docstring-like embedded per-function documentation but has a different purpose from Texinfo, which will be used when a reference manual is written. --- diff --git a/gatekeeper.pl b/gatekeeper.pl index c213fa2..62dbf9f 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -19,6 +19,65 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +=head1 NAME + +gatekeeper - process uploaded files + +=head1 SYNOPSIS + +gatekeeper.pl -B I