===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libspreadsheet-readsxc-perl-0.32/Makefile.PL-206-    (my $example_file = $main_file) =~ s!\.pm$!/Examples.pm!;
libspreadsheet-readsxc-perl-0.32/Makefile.PL:207:    my $examples = `$perl -w examples/gen_examples_pod.pl`;
libspreadsheet-readsxc-perl-0.32/Makefile.PL-208-    if ($examples) {
##############################################
libspreadsheet-readsxc-perl-0.32/xt/99-compile.t-22-        local $ENV{FORCE_FILTER_SIGNATURES} = 1;
libspreadsheet-readsxc-perl-0.32/xt/99-compile.t:23:        system( $^X, '-Mblib', '-c', $_ );
libspreadsheet-readsxc-perl-0.32/xt/99-compile.t-24-    });
##############################################
libspreadsheet-readsxc-perl-0.32/xt/99-synopsis.t-34-        close $tmpfh; # flush it
libspreadsheet-readsxc-perl-0.32/xt/99-synopsis.t:35:        my $output = `$^X -Ilib -c $tempname 2>&1`;
libspreadsheet-readsxc-perl-0.32/xt/99-synopsis.t-36-        if( $output =~ /\ssyntax OK$/ ) {