From 8a7e34b0a68685945e6ec481bf2b84a5b59c5069 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Thu, 29 Jun 2023 21:10:28 -0500 Subject: [PATCH] Update POD reflecting change to packet objects --- gatekeeper.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gatekeeper.pl b/gatekeeper.pl index 87dcb55..a1efea1 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -1908,10 +1908,9 @@ sub scan_incoming { Scan DIRECTORY for newly-arrived upload packets. Remove blatantly bogus files, ignore partial packets and acceptable files that are either still -open or recently modified, and return a list of arrayrefs representing -complete packets found. The files mentioned in the returned arrayrefs have -been moved to the SCRATCHPAD directory. Each returned packet begins with -the directive file, but order is not otherwise specified. +open or recently modified, and return a list of objects representing +complete packets found. The files referenced by the returned objects have +been moved to the SCRATCHPAD directory. =cut -- 2.25.1