===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcpan-reporter-perl-1.2018/lib/CPAN/Reporter.pm-139-        $wrap_code = << "HERE";
libcpan-reporter-perl-1.2018/lib/CPAN/Reporter.pm:140:my \$rc = system("$safecmd");
libcpan-reporter-perl-1.2018/lib/CPAN/Reporter.pm-141-my \$ec = \$rc == -1 ? -1 : \$?;
##############################################
libcpan-reporter-perl-1.2018/lib/CPAN/Reporter.pm-1556-
libcpan-reporter-perl-1.2018/lib/CPAN/Reporter.pm:1557:    my $prereq_result = capture { system( $perl, $version_finder, '<', $prereq_input ) };
libcpan-reporter-perl-1.2018/lib/CPAN/Reporter.pm-1558-
##############################################
libcpan-reporter-perl-1.2018/t/Helper.pm-251-            capture sub {
libcpan-reporter-perl-1.2018/t/Helper.pm:252:                $build_err = system("$perl $tool_PL");
libcpan-reporter-perl-1.2018/t/Helper.pm-253-            }, \$stdout, \$stderr;
##############################################
libcpan-reporter-perl-1.2018/t/Helper.pm-374-            capture sub {
libcpan-reporter-perl-1.2018/t/Helper.pm:375:                $build_err = system("$perl $tool_PL");
libcpan-reporter-perl-1.2018/t/Helper.pm-376-            }, \$stdout, \$stderr;
##############################################
libcpan-reporter-perl-1.2018/t/Helper.pm-737-    if ( File::Copy::Recursive->VERSION eq '0.34' && $^O eq 'MSWin32' ) {
libcpan-reporter-perl-1.2018/t/Helper.pm:738:        ok( 0 == system("xcopy /q /e $dist_dir $work_dir"),
libcpan-reporter-perl-1.2018/t/Helper.pm-739-            "Copying $dist_name to temp directory (XCOPY)"
##############################################
libcpan-reporter-perl-1.2018/t/Helper.pm-770-            if ( $phase eq 'make' || $phase eq 'test' ) {
libcpan-reporter-perl-1.2018/t/Helper.pm:771:                system("$perl Makefile.PL");
libcpan-reporter-perl-1.2018/t/Helper.pm-772-            }
libcpan-reporter-perl-1.2018/t/Helper.pm-773-            if ( $phase eq 'test' ) {
libcpan-reporter-perl-1.2018/t/Helper.pm:774:                system("$make");
libcpan-reporter-perl-1.2018/t/Helper.pm-775-            }