=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libfile-next-perl-1.18/t/from_stdin.t-32- # Pipe stuff into the iterator libfile-next-perl-1.18/t/from_stdin.t:33: my @actual = `$CAT t/filelist.txt | $^X -Mblib t/stdin-iterator.pl`; libfile-next-perl-1.18/t/from_stdin.t-34- chomp @actual; ############################################## libfile-next-perl-1.18/t/from_stdin.t-39- # Pipe nul-separated stuff into the iterator that handles nul-separated libfile-next-perl-1.18/t/from_stdin.t:40: my @actual = `$CAT t/filelist-nul.txt | $^X -Mblib t/stdin-iterator.pl 1`; libfile-next-perl-1.18/t/from_stdin.t-41- chomp @actual;