===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
update-inetd-4.50/lib/DebianNet.pm-90-            my ($from, $to) = @_;
update-inetd-4.50/lib/DebianNet.pm:91:            return system('mv', $from, $to) == 0;
update-inetd-4.50/lib/DebianNet.pm-92-        };
##############################################
update-inetd-4.50/t/syntax.t-36-
update-inetd-4.50/t/syntax.t:37:    my $eval = `$PERL -cw \"$file\" 2>&1`;
update-inetd-4.50/t/syntax.t-38-    my $ok = ($eval =~ s{^\Q$file\E syntax OK\n$}{}ms) && length $eval == 0;