=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libfile-which-perl-1.23/xt/release/fixme.t-15- match => qr/FIXME/, libfile-which-perl-1.23/xt/release/fixme.t:16: where => [ grep { -e $_ } qw( bin lib t Makefile.PL Build.PL )], libfile-which-perl-1.23/xt/release/fixme.t-17- warn => 1, ############################################## libfile-which-perl-1.23/lib/File/Which.pm-56- if ( IS_VMS ) { libfile-which-perl-1.23/lib/File/Which.pm:57: my $symbol = `SHOW SYMBOL $exec`; libfile-which-perl-1.23/lib/File/Which.pm-58- chomp($symbol); ############################################## libfile-which-perl-1.23/lib/File/Which.pm-67- # This has not been tested!! libfile-which-perl-1.23/lib/File/Which.pm:68: # PPT which says MPW-Perl cannot resolve `Alias $alias`, libfile-which-perl-1.23/lib/File/Which.pm-69- # let's just hope it's fixed libfile-which-perl-1.23/lib/File/Which.pm-70- if ( lc($alias) eq lc($exec) ) { libfile-which-perl-1.23/lib/File/Which.pm:71: chomp(my $file = `Alias $alias`); libfile-which-perl-1.23/lib/File/Which.pm-72- last unless $file; # if it failed, just go on the normal way