=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== clc-intercal-1.0~4pre1.-94.-2/Makefile.PL-191- unlink "$name.$suffix"; clc-intercal-1.0~4pre1.-94.-2/Makefile.PL:192: system("gzip -dc '$name.$suffix.$gz_suffix' > $name.$suffix") == 0 clc-intercal-1.0~4pre1.-94.-2/Makefile.PL-193- or die "Uncompress failed: $!\n"; ############################################## clc-intercal-1.0~4pre1.-94.-2/Makefile.PL-196- if ($suffix eq $ddsh_suffix) { clc-intercal-1.0~4pre1.-94.-2/Makefile.PL:197: system('sh', "$name.$suffix") == 0 clc-intercal-1.0~4pre1.-94.-2/Makefile.PL-198- or die "Extraction failed: $!\n"; clc-intercal-1.0~4pre1.-94.-2/Makefile.PL-199- } elsif ($suffix eq $tar_suffix) { clc-intercal-1.0~4pre1.-94.-2/Makefile.PL:200: system('tar', '-xf', "$name.$suffix") == 0 clc-intercal-1.0~4pre1.-94.-2/Makefile.PL-201- or die "Extraction failed: $!\n"; ############################################## clc-intercal-1.0~4pre1.-94.-2/Makefile.PL-206- print "Running Makefile.PL for $name\n"; clc-intercal-1.0~4pre1.-94.-2/Makefile.PL:207: system("cd '$path' && $^X Makefile.PL @A") == 0 clc-intercal-1.0~4pre1.-94.-2/Makefile.PL-208- or die "Makefile.PL failed: $!\n";