===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libio-pty-easy-perl-0.10/t/system.t-12-    alarm 5;
libio-pty-easy-perl-0.10/t/system.t:13:    $output = `$^X -e 'print "foo"'`;
libio-pty-easy-perl-0.10/t/system.t-14-    alarm 0;
##############################################
libio-pty-easy-perl-0.10/t/system.t-22-    alarm 5;
libio-pty-easy-perl-0.10/t/system.t:23:    $output = `$^X -e 'print "bar"'`;
libio-pty-easy-perl-0.10/t/system.t-24-    alarm 0;
##############################################
libio-pty-easy-perl-0.10/t/subprocess.t-13-
libio-pty-easy-perl-0.10/t/subprocess.t:14:my $outside_of_pty = `$^X -e '$script'`;
libio-pty-easy-perl-0.10/t/subprocess.t-15-unlike($outside_of_pty, qr/ok/, "running outside of pty fails -t checks");
##############################################
libio-pty-easy-perl-0.10/lib/IO/Pty/Easy.pm-69-        # pty rather than wherever they have been pointing during the script's
libio-pty-easy-perl-0.10/lib/IO/Pty/Easy.pm:70:        # execution
libio-pty-easy-perl-0.10/lib/IO/Pty/Easy.pm-71-        open(STDIN,  '<&', $slave->fileno)