===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmail-gnupg-perl-0.23/t/agent.t-50-  # is it running on the standard (as of 2.1) socket?
libmail-gnupg-perl-0.23/t/agent.t:51:  if (0 == system("gpg-agent --homedir $tmpdir 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/t/agent.t-52-    $ENV{'GPG_AGENT_INFO'}="$tmpdir/S.gpg-agent:0:1";
##############################################
libmail-gnupg-perl-0.23/t/agent.t-59-
libmail-gnupg-perl-0.23/t/agent.t:60:unless (0 == system("$preset --version 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/t/agent.t-61-  plan skip_all => "gpg-preset-passphrase not found; set GPG_PRESET_PASSPHRASE in environment to location of binary";
##############################################
libmail-gnupg-perl-0.23/t/agent.t-65-
libmail-gnupg-perl-0.23/t/agent.t:66:unless ( 0 == system("${GPG} --homedir $tmpdir --use-agent --batch --quiet --trusted-key 0x49539D60EFEA4EAD --import t/test-key.pgp 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/t/agent.t-67-  plan skip_all => "unable to import testing keys";
##############################################
libmail-gnupg-perl-0.23/t/30.inline-decrypt.t-35-
libmail-gnupg-perl-0.23/t/30.inline-decrypt.t:36:unless ( 0 == system("gpg --homedir $tmpdir --trusted-key 0x49539D60EFEA4EAD --import t/test-key.pgp 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/t/30.inline-decrypt.t-37-  plan skip_all => "unable to import testing keys";
##############################################
libmail-gnupg-perl-0.23/t/import_keys.pl-21-
libmail-gnupg-perl-0.23/t/import_keys.pl:22:  unless ( 0 == system("gpg --homedir $gpghome $trusted --import $filename 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/t/import_keys.pl-23-    return undef;
##############################################
libmail-gnupg-perl-0.23/debian/patches/0001-use-fake-pinentry-Closes-835075.patch-35- 
libmail-gnupg-perl-0.23/debian/patches/0001-use-fake-pinentry-Closes-835075.patch:36: unless ( 0 == system("gpg --homedir $tmpdir --trusted-key 0x49539D60EFEA4EAD --import t/test-key.pgp 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/debian/patches/0001-use-fake-pinentry-Closes-835075.patch-37-   plan skip_all => "unable to import testing keys";
##############################################
libmail-gnupg-perl-0.23/debian/patches/0001-use-fake-pinentry-Closes-835075.patch-80-+
libmail-gnupg-perl-0.23/debian/patches/0001-use-fake-pinentry-Closes-835075.patch:81:   unless ( 0 == system("gpg --homedir $gpghome $trusted --import $filename 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/debian/patches/0001-use-fake-pinentry-Closes-835075.patch-82-     return undef;
##############################################
libmail-gnupg-perl-0.23/.pc/0001-use-fake-pinentry-Closes-835075.patch/t/30.inline-decrypt.t-28-
libmail-gnupg-perl-0.23/.pc/0001-use-fake-pinentry-Closes-835075.patch/t/30.inline-decrypt.t:29:unless ( 0 == system("gpg --homedir $tmpdir --trusted-key 0x49539D60EFEA4EAD --import t/test-key.pgp 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/.pc/0001-use-fake-pinentry-Closes-835075.patch/t/30.inline-decrypt.t-30-  plan skip_all => "unable to import testing keys";
##############################################
libmail-gnupg-perl-0.23/.pc/0001-use-fake-pinentry-Closes-835075.patch/t/import_keys.pl-12-  my $gpghome = tempdir( "mgtXXXXX", CLEANUP => 1);
libmail-gnupg-perl-0.23/.pc/0001-use-fake-pinentry-Closes-835075.patch/t/import_keys.pl:13:  unless ( 0 == system("gpg --homedir $gpghome $trusted --import $filename 2>&1 >/dev/null")) {
libmail-gnupg-perl-0.23/.pc/0001-use-fake-pinentry-Closes-835075.patch/t/import_keys.pl-14-    return undef;