===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libredis-fast-perl-0.28+dfsg/t/02-responses.t-112-      my $result;
libredis-fast-perl-0.28+dfsg/t/02-responses.t:113:      $r->exec('hoge', sub { $result = [@_] });
libredis-fast-perl-0.28+dfsg/t/02-responses.t-114-      $r->wait_all_responses;
##############################################
libredis-fast-perl-0.28+dfsg/t/04-pipeline.t-77-    $r->get('clunk', $s);
libredis-fast-perl-0.28+dfsg/t/04-pipeline.t:78:    $r->exec($s);
libredis-fast-perl-0.28+dfsg/t/04-pipeline.t-79-    $r->wait_all_responses;
##############################################
libredis-fast-perl-0.28+dfsg/t/30-scripts.t-36-ok($o->evalsha($script_sha, 0), "evalsha returns true with the sha1 of the script");
libredis-fast-perl-0.28+dfsg/t/30-scripts.t:37:ok($o->eval($script, 0), "eval returns true");
libredis-fast-perl-0.28+dfsg/t/30-scripts.t-38-
##############################################
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-22-
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl:23:        my $rl_res = `./client-readline.pl $cnt $length`;
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-24-        chomp $rl_res;
##############################################
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-26-
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl:27:        my $sr_res = `./client-sysread.pl $cnt $length`;
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-28-        chomp $sr_res;
##############################################
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-30-
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl:31:        my $rc_res = `./client-recv.pl $cnt $length`;
libredis-fast-perl-0.28+dfsg/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-32-        chomp $rc_res;
##############################################
libredis-fast-perl-0.28+dfsg/debian/patches/remove-local-hiredis-28--    }
libredis-fast-perl-0.28+dfsg/debian/patches/remove-local-hiredis:29:-    $self->do_system($make, '-C', 'deps/hiredis', 'static');
libredis-fast-perl-0.28+dfsg/debian/patches/remove-local-hiredis-30-     return $self;
##############################################
libredis-fast-perl-0.28+dfsg/.pc/remove-local-hiredis/builder/MyBuilder.pm-48-    }
libredis-fast-perl-0.28+dfsg/.pc/remove-local-hiredis/builder/MyBuilder.pm:49:    $self->do_system($make, '-C', 'deps/hiredis', 'static');
libredis-fast-perl-0.28+dfsg/.pc/remove-local-hiredis/builder/MyBuilder.pm-50-    return $self;