===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libunicode-utf8-perl-0.62/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libunicode-utf8-perl-0.62/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libunicode-utf8-perl-0.62/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libunicode-utf8-perl-0.62/inc/Module/Install/Makefile.pm-45-sub makemaker {
libunicode-utf8-perl-0.62/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libunicode-utf8-perl-0.62/inc/Module/Install/Makefile.pm-47-}
##############################################
libunicode-utf8-perl-0.62/Makefile.PL-22-        print qq{# The following modules are not available.\n};
libunicode-utf8-perl-0.62/Makefile.PL:23:        print qq{# `perl $0 | cpanm` will install them:\n};
libunicode-utf8-perl-0.62/Makefile.PL-24-        s/\A inc:: //x for @missing;