===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libapp-cmd-perl-0.331/t/lib/Test/MyCmd/Command/hello.pm-18-    $self->usage_error("Program 'echo' not found") unless $echo;
libapp-cmd-perl-0.331/t/lib/Test/MyCmd/Command/hello.pm:19:    system($echo, "Hello World");
libapp-cmd-perl-0.331/t/lib/Test/MyCmd/Command/hello.pm-20-  }
##############################################
libapp-cmd-perl-0.331/t/tester-exit.t-14-  my ($stdout, $stderr, $got_exit) = capture {
libapp-cmd-perl-0.331/t/tester-exit.t:15:    system($^X, $helper_fn, $exit_with);
libapp-cmd-perl-0.331/t/tester-exit.t-16-  };