=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libinline-python-perl-0.56/Python.pm-176- # Run the code libinline-python-perl-0.56/Python.pm:177: py_eval($o->{ILSM}{code}); libinline-python-perl-0.56/Python.pm-178- $o->{ILSM}{evaluated}++; ############################################## libinline-python-perl-0.56/Python.pm-220- # Run it libinline-python-perl-0.56/Python.pm:221: py_eval($o->{ILSM}{code}) unless $o->{ILSM}{evaluated}; libinline-python-perl-0.56/Python.pm-222- ############################################## libinline-python-perl-0.56/perlmodule.c-143- /* return a PerlSub_object which just does: libinline-python-perl-0.56/perlmodule.c:144: * eval("use $_[0]; $_[0]->import") */ libinline-python-perl-0.56/perlmodule.c-145- return newPerlCfun_object(&special_perl_use); ############################################## libinline-python-perl-0.56/perlmodule.c-148- /* return a PerlSub_object which just does: libinline-python-perl-0.56/perlmodule.c:149: * eval("require $_[0];") */ libinline-python-perl-0.56/perlmodule.c-150- return newPerlCfun_object(&special_perl_require); ############################################## libinline-python-perl-0.56/Makefile.pre.in-282-boot: clobber libinline-python-perl-0.56/Makefile.pre.in:283: VERSION=`$(PYTHON) -c "import sys; print sys.version[:3]"`; \ libinline-python-perl-0.56/Makefile.pre.in:284: installdir=`$(PYTHON) -c "import sys; print sys.prefix"`; \ libinline-python-perl-0.56/Makefile.pre.in:285: exec_installdir=`$(PYTHON) -c "import sys; print sys.exec_prefix"`; \ libinline-python-perl-0.56/Makefile.pre.in-286- $(MAKE) -f $(srcdir)/Makefile.pre.in VPATH=$(VPATH) srcdir=$(srcdir) \ ############################################## libinline-python-perl-0.56/Makefile.PL-146- my $ref = shift; libinline-python-perl-0.56/Makefile.PL:147: `$ref->{path} -c "import distutils.sysconfig; distutils.sysconfig.get_config_var" 2>&1`; libinline-python-perl-0.56/Makefile.PL-148- print <<END if $?; ############################################## libinline-python-perl-0.56/Makefile.PL-188- my $exe = $ref->{path}; libinline-python-perl-0.56/Makefile.PL:189: my $val = `$exe -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('$key'))"`; libinline-python-perl-0.56/Makefile.PL-190- chomp $val;