===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libterm-readline-gnu-perl-1.36/eg/fileman-184-    no warnings 'uninitialized';
libterm-readline-gnu-perl-1.36/eg/fileman:185:    return (system ("ls -FClg $arg"));
libterm-readline-gnu-perl-1.36/eg/fileman-186-}
##############################################
libterm-readline-gnu-perl-1.36/eg/perlsh-103-    while (defined($command = &reader)) {
libterm-readline-gnu-perl-1.36/eg/perlsh:104:	@result = eval ("$strict package $CWP; $command");
libterm-readline-gnu-perl-1.36/eg/perlsh-105-	use strict;
##############################################
libterm-readline-gnu-perl-1.36/eg/perlsh-244-		=~ m/\$([\w:]+)\s*->\s*$/)[0];
libterm-readline-gnu-perl-1.36/eg/perlsh:245:	$pkg = ref eval (($var =~ m/::/) ? "\$$var" : "\$${CWP}::$var");
libterm-readline-gnu-perl-1.36/eg/perlsh-246-	no strict qw(refs);
##############################################
libterm-readline-gnu-perl-1.36/Gnu/XS.pm-426-	 && ($Attribs{history_length} >= $Attribs{max_input_history}))
libterm-readline-gnu-perl-1.36/Gnu/XS.pm:427:	|| ($where >= $Attribs{history_length} - 1)) {
libterm-readline-gnu-perl-1.36/Gnu/XS.pm-428-	$saved_history_line_to_use = $where;
##############################################
libterm-readline-gnu-perl-1.36/Makefile.PL-220-    print $comp_cmd, "\n";
libterm-readline-gnu-perl-1.36/Makefile.PL:221:    system($comp_cmd);
libterm-readline-gnu-perl-1.36/Makefile.PL-222-    if ($?) {
##############################################
libterm-readline-gnu-perl-1.36/Makefile.PL-322-	print $comp_cmd, "\n";
libterm-readline-gnu-perl-1.36/Makefile.PL:323:	unless (system($comp_cmd) || `./rlmalloc` !~ /^ok$/ || $?) {
libterm-readline-gnu-perl-1.36/Makefile.PL-324-	    $extra_defs = $xdef;
##############################################
libterm-readline-gnu-perl-1.36/.pc/10term.patch/Gnu/XS.pm-425-	 && ($Attribs{history_length} >= $Attribs{max_input_history}))
libterm-readline-gnu-perl-1.36/.pc/10term.patch/Gnu/XS.pm:426:	|| ($where >= $Attribs{history_length} - 1)) {
libterm-readline-gnu-perl-1.36/.pc/10term.patch/Gnu/XS.pm-427-	$saved_history_line_to_use = $where;