===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libexporter-tiny-perl-1.002002/Makefile.PL-3-
libexporter-tiny-perl-1.002002/Makefile.PL:4:my $EUMM = eval( $ExtUtils::MakeMaker::VERSION );
libexporter-tiny-perl-1.002002/Makefile.PL-5-
##############################################
libexporter-tiny-perl-1.002002/inc/archaic/Test/More.pm-859-
libexporter-tiny-perl-1.002002/inc/archaic/Test/More.pm:860:    my( $eval_result, $eval_error ) = _eval( $code, \@imports );
libexporter-tiny-perl-1.002002/inc/archaic/Test/More.pm-861-    my $ok = $tb->ok( $eval_result, "use $module;" );
##############################################
libexporter-tiny-perl-1.002002/inc/archaic/Test/More.pm-919-
libexporter-tiny-perl-1.002002/inc/archaic/Test/More.pm:920:    my( $eval_result, $eval_error ) = _eval($code);
libexporter-tiny-perl-1.002002/inc/archaic/Test/More.pm-921-    my $ok = $tb->ok( $eval_result, "require $module;" );
##############################################
libexporter-tiny-perl-1.002002/lib/Exporter/Tiny.pm-174-	my ($name, $value, $globals) = @_;
libexporter-tiny-perl-1.002002/lib/Exporter/Tiny.pm:175:	my $compiled = eval("qr$name");
libexporter-tiny-perl-1.002002/lib/Exporter/Tiny.pm-176-