===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libgnupg-interface-perl-1.00/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libgnupg-interface-perl-1.00/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libgnupg-interface-perl-1.00/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libgnupg-interface-perl-1.00/inc/Module/Install/Makefile.pm-45-sub makemaker {
libgnupg-interface-perl-1.00/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libgnupg-interface-perl-1.00/inc/Module/Install/Makefile.pm-47-}
##############################################
libgnupg-interface-perl-1.00/t/zzz_cleanup.t-20-        $ENV{'GNUPGHOME'} = $homedir;
libgnupg-interface-perl-1.00/t/zzz_cleanup.t:21:        system('gpgconf', '--homedir', $homedir, '--quiet', '--kill', 'gpg-agent');
libgnupg-interface-perl-1.00/t/zzz_cleanup.t-22-        delete $ENV{'GNUPGHOME'};
##############################################
libgnupg-interface-perl-1.00/t/000_setup.t-29-
libgnupg-interface-perl-1.00/t/000_setup.t:30:        my $error = system("gpg-connect-agent", "--homedir", "$homedir", '/bye');
libgnupg-interface-perl-1.00/t/000_setup.t-31-        if ($error) {
##############################################
libgnupg-interface-perl-1.00/t/000_setup.t-34-
libgnupg-interface-perl-1.00/t/000_setup.t:35:        $error = system('gpg-connect-agent', "--homedir", "$homedir", 'reloadagent', '/bye');
libgnupg-interface-perl-1.00/t/000_setup.t-36-        if ($error) {
##############################################
libgnupg-interface-perl-1.00/t/000_setup.t-39-
libgnupg-interface-perl-1.00/t/000_setup.t:40:        $error = system("gpg-agent", '--homedir', "$homedir");
libgnupg-interface-perl-1.00/t/000_setup.t-41-        if ($error) {
##############################################
libgnupg-interface-perl-1.00/lib/GnuPG/Interface.pm-132-# fork before finding the fd's for stuff like --status-fd
libgnupg-interface-perl-1.00/lib/GnuPG/Interface.pm:133:sub fork_attach_exec( $% ) {
libgnupg-interface-perl-1.00/lib/GnuPG/Interface.pm-134-    my ( $self, %args ) = @_;
##############################################
libgnupg-interface-perl-1.00/.pc/reset_version_on_call_change/lib/GnuPG/Interface.pm-125-# fork before finding the fd's for stuff like --status-fd
libgnupg-interface-perl-1.00/.pc/reset_version_on_call_change/lib/GnuPG/Interface.pm:126:sub fork_attach_exec( $% ) {
libgnupg-interface-perl-1.00/.pc/reset_version_on_call_change/lib/GnuPG/Interface.pm-127-    my ( $self, %args ) = @_;
##############################################
libgnupg-interface-perl-1.00/.pc/detect-taint-mode/lib/GnuPG/Interface.pm-132-# fork before finding the fd's for stuff like --status-fd
libgnupg-interface-perl-1.00/.pc/detect-taint-mode/lib/GnuPG/Interface.pm:133:sub fork_attach_exec( $% ) {
libgnupg-interface-perl-1.00/.pc/detect-taint-mode/lib/GnuPG/Interface.pm-134-    my ( $self, %args ) = @_;