===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libffi-platypus-perl-1.34/t/ffi_platypus_lang_asm.t-8-
libffi-platypus-perl-1.34/t/ffi_platypus_lang_asm.t:9:subtest ASM => sub {
libffi-platypus-perl-1.34/t/ffi_platypus_lang_asm.t-10-  my $ffi = FFI::Platypus->new(lang => 'ASM');
##############################################
libffi-platypus-perl-1.34/lib/FFI/Probe.pm-244-  my($self, $name, $code) = @_;
libffi-platypus-perl-1.34/lib/FFI/Probe.pm:245:  if($self->check_eval(_template => $code))
libffi-platypus-perl-1.34/lib/FFI/Probe.pm-246-  {
##############################################
libffi-platypus-perl-1.34/lib/FFI/Platypus/Lang/ASM.pm-25-
libffi-platypus-perl-1.34/lib/FFI/Platypus/Lang/ASM.pm:26:FFI::Platypus::Lang::ASM - Documentation and tools for using Platypus with the Assembly
libffi-platypus-perl-1.34/lib/FFI/Platypus/Lang/ASM.pm-27-
##############################################
libffi-platypus-perl-1.34/xt/release/fixme.t-15-  match => qr/FIXME/,
libffi-platypus-perl-1.34/xt/release/fixme.t:16:  where => [ grep { -e $_ } qw( bin lib t Makefile.PL Build.PL )],
libffi-platypus-perl-1.34/xt/release/fixme.t-17-  warn  => 1,
##############################################
libffi-platypus-perl-1.34/include/ffi_platypus_call.h-11- *    in this header file so that it can be "called" twice without an
libffi-platypus-perl-1.34/include/ffi_platypus_call.h:12: *    extra function call.  (`$ffi->function(...)->call(...)` and
libffi-platypus-perl-1.34/include/ffi_platypus_call.h:13: *    `$ffi->attach(foo => ...); foo(...)`).  This is obviously absurd.
libffi-platypus-perl-1.34/include/ffi_platypus_call.h-14- *