===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
parcimonie-0.12.0/lib/App/Parcimonie/GnuPG/Interface.pm-45-        # so we have to:
parcimonie-0.12.0/lib/App/Parcimonie/GnuPG/Interface.pm:46:        system("GNUPGHOME='$gnupg_homedir' gpgconf --reload dirmngr");
parcimonie-0.12.0/lib/App/Parcimonie/GnuPG/Interface.pm-47-    }
##############################################
parcimonie-0.12.0/t/lib/Test/Utils.pm-11-    my $gnupg_homedir = Path::Tiny->tempdir();
parcimonie-0.12.0/t/lib/Test/Utils.pm:12:    system("cp -a t/data/gnupg_homedir/*.conf '$gnupg_homedir'");
parcimonie-0.12.0/t/lib/Test/Utils.pm:13:    system("gpg --homedir '$gnupg_homedir' --quiet --import $gnupg_pubkeys_dir/*.asc");
parcimonie-0.12.0/t/lib/Test/Utils.pm-14-    systemx('gpg', '--homedir', $gnupg_homedir, '--quiet', '--update-trustdb');
##############################################
parcimonie-0.12.0/t/lib/Test/Utils.pm-19-    my $gnupg_homedir = shift;
parcimonie-0.12.0/t/lib/Test/Utils.pm:20:    system("GNUPGHOME='$gnupg_homedir' gpgconf --kill all 2>/dev/null || true");
parcimonie-0.12.0/t/lib/Test/Utils.pm-21-    # $gnupg_homedir itself will be cleaned up by File::Temp
##############################################
parcimonie-0.12.0/t/00-load_all.t-10-# foreach my $file (@progs) {
parcimonie-0.12.0/t/00-load_all.t:11:#         ok(system("perl -c $file") eq 0, $file);
parcimonie-0.12.0/t/00-load_all.t-12-# }