=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libxml-easy-perl-0.011/lib/XML/Easy/Syntax.pm-52- $class =~ tr/ \t\n//d; libxml-easy-perl-0.011/lib/XML/Easy/Syntax.pm:53: return eval("qr/[$class]/"); libxml-easy-perl-0.011/lib/XML/Easy/Syntax.pm-54-} ############################################## libxml-easy-perl-0.011/t/read.t-120- no if "$]" < 5.013009, qw(warnings utf8); libxml-easy-perl-0.011/t/read.t:121: eval($correct); libxml-easy-perl-0.011/t/read.t-122- } ]; ############################################## libxml-easy-perl-0.011/t/write.t-89- die if $input eq ""; libxml-easy-perl-0.011/t/write.t:90: $input = eval($input); libxml-easy-perl-0.011/t/write.t-91- my $correct = ""; ############################################## libxml-easy-perl-0.011/t/write.t-104- [ "ok", $correct ]; libxml-easy-perl-0.011/t/write.t:105: $encname = eval($encname) if defined $encname; libxml-easy-perl-0.011/t/write.t-106- is_deeply try_write($prod, upgraded($input), upgraded($encname)),