===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libutf8-all-perl-0.024/README.mkdn-101-for this setting is `Encode::FB_CROAK`). If you want, you can change this by
libutf8-all-perl-0.024/README.mkdn:102:setting `$utf8::all::UTF8_CHECK`. The value `Encode::FB_WARN` reports
libutf8-all-perl-0.024/README.mkdn-103-the encoding errors as warnings, and `Encode::FB_DEFAULT` will completely
##############################################
libutf8-all-perl-0.024/t/readpipe.t-53-# Backtick
libutf8-all-perl-0.024/t/readpipe.t:54:$result = `$cmd`;
libutf8-all-perl-0.024/t/readpipe.t-55-{
libutf8-all-perl-0.024/t/readpipe.t-56-    use utf8::all;
libutf8-all-perl-0.024/t/readpipe.t:57:    $utf8_result = `$cmd`;
libutf8-all-perl-0.024/t/readpipe.t-58-}