logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::Parcimonie - tools for the parcimonie program

Export

Name

       App::Parcimonie - tools for the parcimonie program

Subroutines

pickRandomItems(N,@list)
       Returns a list of N unique items picked at random from the input list.

   gpg_is_v21()
       Detects the version of the gpg binary in the $PATH.  Returns true iff. it is 2.1 or newer.

   gpgPublicKeys()
       Returns the list of key fingerprints found in the public keyring.

       Args:
         - $gnupg_options: reference to a hash passed to ->hash_init

   gpgRecvKeys($keyids,$gnupg_options)
       Imports the keys with the given key IDs from a keyserver.

       Args:
         - $keyids: reference to an array of key IDs
         - $gnupg_options: reference to a hash passed to ->hash_init

   checkGpgHasDefinedKeyserver
       Throws an exception if no keyserver is defined in GnuPG configuration.

       When using GnuPG 2.x, a keyserver can be defined either in dirmngr's configuration or in good old
       gpg.conf, so we check both.

   averageLapseTime
       Argument: number of public keys in the keyring.  Returns the desirable average lapse time (in seconds)
       between two key fetches.

perl v5.30.0                                       2020-04-25                               App::Parcimonie(3pm)

Synopsis

       See bin/parcimonie :)

See Also