===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libnet-dbus-perl-1.2.0/lib/Net/DBus/Exporter.pm-560-       my $processname = shift;
libnet-dbus-perl-1.2.0/lib/Net/DBus/Exporter.pm:561:       my $ret  = system("killall $processname");
libnet-dbus-perl-1.2.0/lib/Net/DBus/Exporter.pm-562-       return $ret == 0 ? 1 : 0;
##############################################
libnet-dbus-perl-1.2.0/t/26-reactor-time-adjusted.t-28-my $time = time - 60*60*24;
libnet-dbus-perl-1.2.0/t/26-reactor-time-adjusted.t:29:system("date +%s -s \@$time");
libnet-dbus-perl-1.2.0/t/26-reactor-time-adjusted.t-30-$started=$reactor->_now;
##############################################
libnet-dbus-perl-1.2.0/t/26-reactor-time-adjusted.t-54-$time = time + 60*60*24;
libnet-dbus-perl-1.2.0/t/26-reactor-time-adjusted.t:55:system("date +%s -s \@$time");
libnet-dbus-perl-1.2.0/t/26-reactor-time-adjusted.t-56-}