===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libregexp-grammars-perl-1.057/demo/demo_error.pl-33-            <[_Operand=Pow]>+ % <[_Op=(\*|/|%)]>
libregexp-grammars-perl-1.057/demo/demo_error.pl:34:                (?{ $MATCH = reduce { eval($a . shift(@{$MATCH{_Op}}) . $b) }
libregexp-grammars-perl-1.057/demo/demo_error.pl-35-                                    @{$MATCH{_Operand}};
##############################################
libregexp-grammars-perl-1.057/demo/demo_error_non_backtracking.pl-34-            <[_Operand=Pow]>+ % <[_Op=(\*|/|%)]>
libregexp-grammars-perl-1.057/demo/demo_error_non_backtracking.pl:35:                (?{ $MATCH = reduce { eval($a . shift(@{$MATCH{_Op}}) . $b) }
libregexp-grammars-perl-1.057/demo/demo_error_non_backtracking.pl-36-                                    @{$MATCH{_Operand}};
##############################################
libregexp-grammars-perl-1.057/demo/demo_calc_list_autoactions.pl-48-
libregexp-grammars-perl-1.057/demo/demo_calc_list_autoactions.pl:49:    reduce { eval($a . shift(@{$MATCH_ref->{Op}}) . $b) }
libregexp-grammars-perl-1.057/demo/demo_calc_list_autoactions.pl-50-           @{$MATCH_ref->{Operand}};
##############################################
libregexp-grammars-perl-1.057/demo/demo_calc_list_inline.pl-23-            <[_Operand=Pow]>+ % <[_Op=(\*|/|%)]>
libregexp-grammars-perl-1.057/demo/demo_calc_list_inline.pl:24:                (?{ $MATCH = reduce { eval($a . shift(@{$MATCH{_Op}}) . $b) }
libregexp-grammars-perl-1.057/demo/demo_calc_list_inline.pl-25-                                    @{$MATCH{_Operand}};
##############################################
libregexp-grammars-perl-1.057/demo/demo_calc_class.pl-67-
libregexp-grammars-perl-1.057/demo/demo_calc_class.pl:68:    return $self->{X}->eval() **  $self->{Y}->eval();
libregexp-grammars-perl-1.057/demo/demo_calc_class.pl-69-}
##############################################
libregexp-grammars-perl-1.057/t/hash_redef.t-31-    if ($input =~ $listified) {
libregexp-grammars-perl-1.057/t/hash_redef.t:32:        is_deeply $/{WORD}, eval($expected), "list:   $input";
libregexp-grammars-perl-1.057/t/hash_redef.t-33-    }
##############################################
libregexp-grammars-perl-1.057/t/hash_redef.t-36-    if ($input =~ $first_only) {
libregexp-grammars-perl-1.057/t/hash_redef.t:37:        is $/{WORD}, eval($expected)->[0], "scalar: $input";
libregexp-grammars-perl-1.057/t/hash_redef.t-38-    }
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_1.t-27-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_1.t:28:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_1.t-29-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/error.t-34-            <[_Operand=Pow]> ** <[_Op=(\*|/|%)]>
libregexp-grammars-perl-1.057/t/error.t:35:                (?{ $MATCH = reduce { eval($a . shift(@{$MATCH{_Op}}) . $b) }
libregexp-grammars-perl-1.057/t/error.t-36-                                    @{$MATCH{_Operand}};
##############################################
libregexp-grammars-perl-1.057/t/error.t-70-    else {
libregexp-grammars-perl-1.057/t/error.t:71:        is_deeply \@!, eval($expected), => "Input $.: $text";
libregexp-grammars-perl-1.057/t/error.t-72-    }
##############################################
libregexp-grammars-perl-1.057/t/seplist_plushash.t-26-    if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_plushash.t:27:        is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_plushash.t-28-                                    => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_M_.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_M_.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_M_.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_M_.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_M_.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_M_.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/error_non_backtracking.t-34-            <[_Operand=Pow]> ** <[_Op=(\*|/|%)]>
libregexp-grammars-perl-1.057/t/error_non_backtracking.t:35:                (?{ $MATCH = reduce { eval($a . shift(@{$MATCH{_Op}}) . $b) }
libregexp-grammars-perl-1.057/t/error_non_backtracking.t-36-                                    @{$MATCH{_Operand}};
##############################################
libregexp-grammars-perl-1.057/t/error_non_backtracking.t-70-    else {
libregexp-grammars-perl-1.057/t/error_non_backtracking.t:71:        is_deeply \@!, eval($expected), => "Input $.: $text";
libregexp-grammars-perl-1.057/t/error_non_backtracking.t-72-    }
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_M_N.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_M_N.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_M_N.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_starhash.t-26-    ok +($input_copy =~ $list_parser) => 'Matched $input: ' . $list;
libregexp-grammars-perl-1.057/t/seplist_starhash.t:27:    is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_starhash.t-28-                                => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist.t-47-        ok +($input =~ $list_nonempty) => 'Matched non-empty list:' . $list;
libregexp-grammars-perl-1.057/t/seplist.t:48:        is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist.t-49-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist.t-52-    ok +($input_copy =~ $list_empty) => 'Matched possibly-empty list:' . $list;
libregexp-grammars-perl-1.057/t/seplist.t:53:    is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist.t-54-                                => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist.t-57-        ok +($input_copy =~ $list_nonbracketed) => 'Matched nonbracketed list:' . $list;
libregexp-grammars-perl-1.057/t/seplist.t:58:        is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist.t-59-                                    => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_1_.t-27-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_1_.t:28:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_1_.t-29-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_1.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_1.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_1.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1_.t-27-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1_.t:28:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1_.t-29-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_N.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_N.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_N.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_1_N.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_1_N.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_1_N.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/inline_computation_handler.t-23-
libregexp-grammars-perl-1.057/t/inline_computation_handler.t:24:    return reduce { eval($a . shift(@{$result_hash->{Op}}) . $b) }
libregexp-grammars-perl-1.057/t/inline_computation_handler.t-25-                  @{$result_hash->{Operand}};
##############################################
libregexp-grammars-perl-1.057/t/moose.t-16-         as 'Num',
libregexp-grammars-perl-1.057/t/moose.t:17:         where { int($_) == $_ };
libregexp-grammars-perl-1.057/t/moose.t-18-no Moose::Util::TypeConstraints;
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_1.t-27-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_1.t:28:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_0_1.t-29-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0.t-27-    if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0.t:28:        is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0.t-29-                                    => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_0.t-27-    if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_0.t:28:        is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_0.t-29-                                    => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_N.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_N.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_N.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_M_N.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_M_N.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_M_N.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_countedhash_N.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_countedhash_N.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_countedhash_N.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_questionmark.t-27-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_questionmark.t:28:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_questionmark.t-29-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__plushash.t-26-    if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__plushash.t:27:        is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__plushash.t-28-                                    => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1_N.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1_N.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_1_N.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/error_translate.t-59-            <[_Operand=Pow]> ** <[_Op=(\*|/|%)]>
libregexp-grammars-perl-1.057/t/error_translate.t:60:                (?{ $MATCH = reduce { eval($a . shift(@{$MATCH{_Op}}) . $b) }
libregexp-grammars-perl-1.057/t/error_translate.t-61-                                    @{$MATCH{_Operand}};
##############################################
libregexp-grammars-perl-1.057/t/error_translate.t-97-        else {
libregexp-grammars-perl-1.057/t/error_translate.t:98:            is_deeply \@!, eval($expected), => "Input $.: $text";
libregexp-grammars-perl-1.057/t/error_translate.t-99-        }
##############################################
libregexp-grammars-perl-1.057/t/hash.t-32-    if ($input =~ $listified) {
libregexp-grammars-perl-1.057/t/hash.t:33:        is_deeply $/{WORD}, eval($expected), "list:   $input";
libregexp-grammars-perl-1.057/t/hash.t-34-    }
##############################################
libregexp-grammars-perl-1.057/t/hash.t-37-    if ($input =~ $first_only) {
libregexp-grammars-perl-1.057/t/hash.t:38:        is $/{WORD}, eval($expected)->[0], "scalar: $input";
libregexp-grammars-perl-1.057/t/hash.t-39-    }
##############################################
libregexp-grammars-perl-1.057/t/inline_computation_obj_handler.t-23-
libregexp-grammars-perl-1.057/t/inline_computation_obj_handler.t:24:    return reduce { eval($a . shift(@{$result_hash->{Op}}) . $b) }
libregexp-grammars-perl-1.057/t/inline_computation_obj_handler.t-25-                  @{$result_hash->{Operand}};
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__questionmark.t-27-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__questionmark.t:28:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__questionmark.t-29-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__starhash.t-26-    ok +($input_copy =~ $list_parser) => 'Matched $input: ' . $list;
libregexp-grammars-perl-1.057/t/seplist_trailing__starhash.t:27:    is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__starhash.t-28-                                => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_N.t-28-        if ($data_structure !~ /FAIL/) {
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_N.t:29:            is_deeply $/{List}{Value}, eval($data_structure)
libregexp-grammars-perl-1.057/t/seplist_trailing__countedhash_0_N.t-30-                                       => 'Build correct structure';
##############################################
libregexp-grammars-perl-1.057/t/inline_computation.t-24-            <[Operand=Pow]> ** <[Op=(\*|/|%)]>
libregexp-grammars-perl-1.057/t/inline_computation.t:25:                (?{ $MATCH = reduce { eval($a . shift(@{$MATCH{Op}}) . $b) }
libregexp-grammars-perl-1.057/t/inline_computation.t-26-                                    @{$MATCH{Operand}};
##############################################
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm-2293-
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm:2294:    my $log_where = "for regex grammar defined at $source_file line $source_line";
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm-2295-    $grammar_spec =~ s{ ^ [^#]* < logfile: \s* ([^>]+?) \s* > }{
##############################################
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm-4507-
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm:4508:        return reduce { eval($a . shift(@{$result_hash->{Op}}) . $b) }
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm-4509-                      @{$result_hash->{Operand}};
##############################################
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm-5186-         as 'Num',
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm:5187:      where { int($_) == $_ };
libregexp-grammars-perl-1.057/lib/Regexp/Grammars.pm-5188-