===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtemplate-alloy-perl-1.020/lib/Template/Alloy/VMethod.pm-1021-
libtemplate-alloy-perl-1.020/lib/Template/Alloy/VMethod.pm:1022:    [% myhash.pairs %] Returns an arrayref of hashrefs where each hash contains {key => $key, value => $value}
libtemplate-alloy-perl-1.020/lib/Template/Alloy/VMethod.pm-1023-    for each value of the hash.
##############################################
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl-275-### are they all the same
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl:276:print eval($Y0)."\n";
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl-277-print $self->get_variable($Y1)."\n";
##############################################
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl-295-### are they all the same
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl:296:print eval($Z0)."\n";
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl-297-print $self->get_variable($Z1)."\n";
##############################################
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl-316-### are they all the same
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl:317:print eval($A0)."\n";
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl-318-print $self->get_variable($A1)."\n";
##############################################
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl-336-### are they all the same
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl:337:print eval($B0)."\n";
libtemplate-alloy-perl-1.020/samples/benchmark/bench_optree.pl-338-print $self->get_variable($B1)."\n";
##############################################
libtemplate-alloy-perl-1.020/samples/benchmark/bench_template.pl-394-
libtemplate-alloy-perl-1.020/samples/benchmark/bench_template.pl:395:#print `ls -lR $tt_cache_dir`;
libtemplate-alloy-perl-1.020/samples/benchmark/bench_template.pl-396-__DATA__
##############################################
libtemplate-alloy-perl-1.020/t/25_text_tmp.t-71-        } else {
libtemplate-alloy-perl-1.020/t/25_text_tmp.t:72:            print eval($module."::strerror()");
libtemplate-alloy-perl-1.020/t/25_text_tmp.t-73-        }
##############################################
libtemplate-alloy-perl-1.020/t/02_cache.t-127-        print "#-------------------------\n";
libtemplate-alloy-perl-1.020/t/02_cache.t:128:        print `find $test_dir $test_dir2 -type f`;
libtemplate-alloy-perl-1.020/t/02_cache.t-129-        print "#-------------------------\n";
##############################################
libtemplate-alloy-perl-1.020/t/05_tt_base.t-101-    sub many { return 1, 2, 3 }
libtemplate-alloy-perl-1.020/t/05_tt_base.t:102:    sub echo { my $self = shift; $_[0] }
libtemplate-alloy-perl-1.020/t/05_tt_base.t-103-}
##############################################
libtemplate-alloy-perl-1.020/t/30_velocity.t-184-process_ok('#parse($foo)' => "Good Day!", {foo => "foo.vel"});
libtemplate-alloy-perl-1.020/t/30_velocity.t:185:process_ok('#include("bar.vel")' => "(\$bar)");
libtemplate-alloy-perl-1.020/t/30_velocity.t:186:process_ok('#include("bar.vel")' => "(\$bar)", {bar => 'foo'});
libtemplate-alloy-perl-1.020/t/30_velocity.t-187-
##############################################
libtemplate-alloy-perl-1.020/t/30_velocity.t-209-process_ok('#set($f = \'>#try#evaluate($f)#{catch}caught#end\')#evaluate($f)' => '>>>>>caught', {tt_config => [MAX_EVAL_RECURSE => 5]});
libtemplate-alloy-perl-1.020/t/30_velocity.t:210:process_ok('#set($f = \'>#try#eval($f)#{catch}foo#end\')#eval($f)#EVALUATE($f)' => '>>foo>>foo', {tt_config => [MAX_EVAL_RECURSE => 2]});
libtemplate-alloy-perl-1.020/t/30_velocity.t-211-