===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtest-file-contents-perl-0.23/lib/Test/File/Contents.pm-441-    return '' if eof $fh;
libtest-file-contents-perl-0.23/lib/Test/File/Contents.pm:442:    # Don't use `local $/; return <$fh>;`, it does not work on Windows.
libtest-file-contents-perl-0.23/lib/Test/File/Contents.pm-443-    # See https://rt.perl.org/Ticket/Display.html?id=127668 for details.