Update POD reflecting change to packet objects
authorJacob Bachmeyer <jcb@gnu.org>
Fri, 30 Jun 2023 02:10:28 +0000 (21:10 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Fri, 30 Jun 2023 02:10:28 +0000 (21:10 -0500)
gatekeeper.pl

index 87dcb55ba97616ebc2799289b1a8a3a1d7bf4cc4..a1efea139648073e0f950bcda19557f8b464a08b 100755 (executable)
@@ -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