Rename validate_commands to validate_directive
authorJacob Bachmeyer <jcb@gnu.org>
Sun, 13 Nov 2022 05:53:35 +0000 (23:53 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Sun, 13 Nov 2022 05:53:35 +0000 (23:53 -0600)
A new validate_commands procedure is planned that runs during VL phase.

gatekeeper.pl

index 385bf5a0d305f105df177342280ea0838551e888..7afb0e0417bd7638bab7448a70ae607348b12b90 100755 (executable)
@@ -2185,7 +2185,7 @@ sub guess_email_address_from_signature {
   }
 }
 
-=item validate_commands ( $packet, $oplist )
+=item validate_directive ( $packet, $oplist )
 
 Validate the commands in OPLIST as applicable to PACKET.  PACKET is an
 arrayref listing the files considered to be in this packet.  OPLIST is an
@@ -2195,7 +2195,7 @@ An exception is thrown if validation fails.
 
 =cut
 
-sub validate_commands {
+sub validate_directive {
   my $packet = shift;
   my $ops = shift;
 
@@ -2732,7 +2732,7 @@ foreach my $packet (@packets) {   # each list element is an array reference
       debug($directive_text, '') if DEBUG;
     }
 
-    validate_commands($packet, $oplist);
+    validate_directive($packet, $oplist);
 
     $Phase = 'AA';
     # Check that we have a keyring for this package: