===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libi18n-charset-perl-1.418/inc/Module/Install/Makefile.pm-45-sub makemaker {
libi18n-charset-perl-1.418/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libi18n-charset-perl-1.418/inc/Module/Install/Makefile.pm-47-}
##############################################
libi18n-charset-perl-1.418/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libi18n-charset-perl-1.418/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libi18n-charset-perl-1.418/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libi18n-charset-perl-1.418/lib/I18N/Charset.pm-31-  $sCharset = libi_charset_name('x-sjis');
libi18n-charset-perl-1.418/lib/I18N/Charset.pm:32:  # $sCharset is now 'MS_KANJI' which can be passed to `iconv -f $sCharset ...`
libi18n-charset-perl-1.418/lib/I18N/Charset.pm-33-  $sCharset = enco_charset_name('Shift-JIS');
##############################################
libi18n-charset-perl-1.418/lib/I18N/Charset.pm-348-      DEBUG_LIBI && warn " DDD iconv cmdline is $sCmd\n";
libi18n-charset-perl-1.418/lib/I18N/Charset.pm:349:      my @asIconv = split(/\n/, `$sCmd`);
libi18n-charset-perl-1.418/lib/I18N/Charset.pm-350- ICONV_LINE:
##############################################
libi18n-charset-perl-1.418/debian/changelog-389-  * debian/copyright: updated
libi18n-charset-perl-1.418/debian/changelog:390:  * debian/rules: added missing `$(MAKE) test`
libi18n-charset-perl-1.418/debian/changelog-391-  * debian/rules: added missing build-stamp stuff