===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtext-template-perl-1.59/t/safe2.t-21-# Test handling of packages and importing.
libtext-template-perl-1.59/t/safe2.t:22:$c->reval('$P = "safe root"');
libtext-template-perl-1.59/t/safe2.t-23-our $P = 'main';
##############################################
libtext-template-perl-1.59/lib/Text/Template.pm-384-
libtext-template-perl-1.59/lib/Text/Template.pm:385:                $fi_safe->reval(q{undef $OUT});
libtext-template-perl-1.59/lib/Text/Template.pm:386:                $fi_res      = $fi_safe->reval($fi_progtext);
libtext-template-perl-1.59/lib/Text/Template.pm-387-                $fi_eval_err = $@;
libtext-template-perl-1.59/lib/Text/Template.pm:388:                my $OUT = $fi_safe->reval('$OUT');
libtext-template-perl-1.59/lib/Text/Template.pm-389-                $fi_res = $OUT if defined $OUT;
##############################################
libtext-template-perl-1.59/lib/Text/Template.pm-630- $recipient = 'King';
libtext-template-perl-1.59/lib/Text/Template.pm:631: $text = $template->fill_in();  # Replaces `{$recipient}' with `King'
libtext-template-perl-1.59/lib/Text/Template.pm-632- print $text;