===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmodule-build-perl-0.423100/bin/config_data-80-    if ($opts{eval}) {
libmodule-build-perl-0.423100/bin/config_data:81:      $v = eval($v);
libmodule-build-perl-0.423100/bin/config_data-82-      die $@ if $@;
##############################################
libmodule-build-perl-0.423100/inc/MBVersion.pm-817-	
libmodule-build-perl-0.423100/inc/MBVersion.pm:818:	if ( ref($value) && eval('$value->isa("version")') ) {
libmodule-build-perl-0.423100/inc/MBVersion.pm-819-	    # Can copy the elements directly
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/API.pod-1411-
libmodule-build-perl-0.423100/lib/Module/Build/API.pod:1412:=item do_system($cmd, @args)
libmodule-build-perl-0.423100/lib/Module/Build/API.pod-1413-
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Cookbook.pm-490-    my $Installed_MB =
libmodule-build-perl-0.423100/lib/Module/Build/Cookbook.pm:491:        `$^X -e "eval q{require Module::Build; print Module::Build->VERSION} or exit 1"`;
libmodule-build-perl-0.423100/lib/Module/Build/Cookbook.pm-492-
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Platform/VMS.pm-191-  my $args = $self->_quote_args(@cmd);
libmodule-build-perl-0.423100/lib/Module/Build/Platform/VMS.pm:192:  return `$cmd $args`;
libmodule-build-perl-0.423100/lib/Module/Build/Platform/VMS.pm-193-}
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Platform/VMS.pm-262-  my $args = $self->_quote_args(@cmd);
libmodule-build-perl-0.423100/lib/Module/Build/Platform/VMS.pm:263:  return !system("$cmd $args");
libmodule-build-perl-0.423100/lib/Module/Build/Platform/VMS.pm-264-}
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Platform/Windows.pm-180-  my $cmd = $self->_quote_args(@cmd);
libmodule-build-perl-0.423100/lib/Module/Build/Platform/Windows.pm:181:  my $status = system($cmd);
libmodule-build-perl-0.423100/lib/Module/Build/Platform/Windows.pm-182-  if ($status and $! =~ /Argument list too long/i) {
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-406-    my $cmd = $self->_quote_args(@cmd);
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm:407:    return `$cmd`;
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-408-  }
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-3116-
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm:3117:    $self->do_system($c->get('eunicefix'), $file) if $c->get('eunicefix') ne ':';
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-3118-  }
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-3548-      if ($file =~ $text_suffix) {
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm:3549:        $self->do_system('diff', @flags, $installed, $file);
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-3550-      } else {
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-3676-
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm:3677:  $self->do_system($command, @opts, @install);
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-3678-}
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-4948-    my $tar_flags = $self->verbose ? 'cvf' : 'cf';
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm:4949:    $self->do_system($self->split_like_shell($self->{args}{tar}), $tar_flags, "$file.tar", $dir);
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm:4950:    $self->do_system($self->split_like_shell($self->{args}{gzip}), "$file.tar") if $self->{args}{gzip};
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-4951-  } else {
##############################################
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-5454-
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm:5455:  return $self->do_system($perl, @$args);
libmodule-build-perl-0.423100/lib/Module/Build/Base.pm-5456-}
##############################################
libmodule-build-perl-0.423100/t/00-compile.t-13-  my $ec;
libmodule-build-perl-0.423100/t/00-compile.t:14:  my $output = stdout_stderr_of( sub { $ec = system( $^X, '-c', $f ) } );
libmodule-build-perl-0.423100/t/00-compile.t-15-  ok( ! $ec, "compiling $f" ) or diag $output;
##############################################
libmodule-build-perl-0.423100/t/compat.t-207-    local $ENV{HARNESS_TIMER}; # RT#39635 - timer messes with output
libmodule-build-perl-0.423100/t/compat.t:208:    $ran_ok = $mb->do_system(@make, 'test', $make_macro)
libmodule-build-perl-0.423100/t/compat.t-209-  } );
##############################################
libmodule-build-perl-0.423100/t/compat.t-464-    my ($stdout, $stderr ) = stdout_stderr_of (sub {
libmodule-build-perl-0.423100/t/compat.t:465:      $build->do_system(@make, $cleanup);
libmodule-build-perl-0.423100/t/compat.t-466-    });
##############################################
libmodule-build-perl-0.423100/t/lib/MBTest.pm-256-    );
libmodule-build-perl-0.423100/t/lib/MBTest.pm:257:    $tmp_exec = 0 == system( $exe );
libmodule-build-perl-0.423100/t/lib/MBTest.pm-258-  }
##############################################
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-406-    my $cmd = $self->_quote_args(@cmd);
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm:407:    return `$cmd`;
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-408-  }
##############################################
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-3116-
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm:3117:    $self->do_system($c->get('eunicefix'), $file) if $c->get('eunicefix') ne ':';
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-3118-  }
##############################################
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-3548-      if ($file =~ $text_suffix) {
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm:3549:        $self->do_system('diff', @flags, $installed, $file);
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-3550-      } else {
##############################################
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-3676-
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm:3677:  $self->do_system($command, @opts, @install);
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-3678-}
##############################################
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-4948-    my $tar_flags = $self->verbose ? 'cvf' : 'cf';
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm:4949:    $self->do_system($self->split_like_shell($self->{args}{tar}), $tar_flags, "$file.tar", $dir);
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm:4950:    $self->do_system($self->split_like_shell($self->{args}{gzip}), "$file.tar") if $self->{args}{gzip};
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-4951-  } else {
##############################################
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-5454-
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm:5455:  return $self->do_system($perl, @$args);
libmodule-build-perl-0.423100/.pc/man-ext/lib/Module/Build/Base.pm-5456-}
##############################################
libmodule-build-perl-0.423100/.pc/0001-Allow-loading-from-system-path-when-running-under-au.patch/t/lib/MBTest.pm-256-    );
libmodule-build-perl-0.423100/.pc/0001-Allow-loading-from-system-path-when-running-under-au.patch/t/lib/MBTest.pm:257:    $tmp_exec = 0 == system( $exe );
libmodule-build-perl-0.423100/.pc/0001-Allow-loading-from-system-path-when-running-under-au.patch/t/lib/MBTest.pm-258-  }