===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm-35-    my ( $self, $context ) = @_;
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm:36:    my $where = $context->uri_for('hello');
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm-37-    $context->response->redirect($where);
##############################################
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm-50-    my ( $self, $context ) = @_;
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm:51:    my $where = $context->uri_for('hi');
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm-52-    $context->response->redirect($where);
##############################################
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm-152-    my($self, $c) = @_;
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm:153:    my $where = $c->uri_for('hello', 'müller')->as_string;
libtest-www-mechanize-catalyst-perl-0.62/t/lib/Catty/Controller/Root.pm-154-    utf8::upgrade($where);
##############################################
libtest-www-mechanize-catalyst-perl-0.62/t/lib/ExternalCatty/Controller/Root.pm-21-    my ( $self, $context ) = @_;
libtest-www-mechanize-catalyst-perl-0.62/t/lib/ExternalCatty/Controller/Root.pm:22:    my $where = $context->uri_for('/');
libtest-www-mechanize-catalyst-perl-0.62/t/lib/ExternalCatty/Controller/Root.pm-23-    $context->response->redirect($where);
##############################################
libtest-www-mechanize-catalyst-perl-0.62/inc/Module/Install/Makefile.pm-45-sub makemaker {
libtest-www-mechanize-catalyst-perl-0.62/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libtest-www-mechanize-catalyst-perl-0.62/inc/Module/Install/Makefile.pm-47-}
##############################################
libtest-www-mechanize-catalyst-perl-0.62/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libtest-www-mechanize-catalyst-perl-0.62/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libtest-www-mechanize-catalyst-perl-0.62/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};