=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libtrycatch-perl-1.003002/inc/EUDeps/B/Hooks/OP/PPAddr/Install/hook_op_ppaddr.h-8-typedef OP *(*hook_op_ppaddr_cb_t) (pTHX_ OP *, void *user_data); libtrycatch-perl-1.003002/inc/EUDeps/B/Hooks/OP/PPAddr/Install/hook_op_ppaddr.h:9:void hook_op_ppaddr (OP *op, hook_op_ppaddr_cb_t cb, void *user_data); libtrycatch-perl-1.003002/inc/EUDeps/B/Hooks/OP/PPAddr/Install/hook_op_ppaddr.h-10-void hook_op_ppaddr_around (OP *op, hook_op_ppaddr_cb_t before, hook_op_ppaddr_cb_t after, void *user_data); ############################################## libtrycatch-perl-1.003002/inc/Module/Install/Fetch.pm-84- return if exists $args{size} and -s $file != $args{size}; libtrycatch-perl-1.003002/inc/Module/Install/Fetch.pm:85: system($args{run}) if exists $args{run}; libtrycatch-perl-1.003002/inc/Module/Install/Fetch.pm-86- unlink($file) if $args{remove}; ############################################## libtrycatch-perl-1.003002/inc/Module/Install/Makefile.pm-45-sub makemaker { libtrycatch-perl-1.003002/inc/Module/Install/Makefile.pm:46: ( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0 libtrycatch-perl-1.003002/inc/Module/Install/Makefile.pm-47-} ############################################## libtrycatch-perl-1.003002/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion libtrycatch-perl-1.003002/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@; libtrycatch-perl-1.003002/inc/Module/Install.pm-378-sub _read { ############################################## libtrycatch-perl-1.003002/inc/Module/Install.pm-414-# Done in evals to avoid confusing Perl::MinimumVersion libtrycatch-perl-1.003002/inc/Module/Install.pm:415:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@; libtrycatch-perl-1.003002/inc/Module/Install.pm-416-sub _write { ############################################## libtrycatch-perl-1.003002/lib/TryCatch.pm-402- libtrycatch-perl-1.003002/lib/TryCatch.pm:403: catch (HTTPError $e where { $_->code >= 400 && $_->code <= 499 } ) { libtrycatch-perl-1.003002/lib/TryCatch.pm-404- return "4XX error"; ############################################## libtrycatch-perl-1.003002/README-60- libtrycatch-perl-1.003002/README:61: catch (HTTPError $e where { $_->code >= 400 && $_->code <= 499 } ) { libtrycatch-perl-1.003002/README-62- return "4XX error"; ############################################## libtrycatch-perl-1.003002/TryCatch.xs-158- case OP_WANTARRAY: libtrycatch-perl-1.003002/TryCatch.xs:159: hook_op_ppaddr(op, try_wantarray, NULL); libtrycatch-perl-1.003002/TryCatch.xs-160- break; ############################################## libtrycatch-perl-1.003002/TryCatch.xs-162- case OP_RETURN: libtrycatch-perl-1.003002/TryCatch.xs:163: hook_op_ppaddr(op, try_return, NULL); libtrycatch-perl-1.003002/TryCatch.xs-164- break;