===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
liblog-any-perl-1.708/Changes-29-
liblog-any-perl-1.708/Changes:30:    - The local context hash (`$log->context`) and the log hash
liblog-any-perl-1.708/Changes:31:      (`$log->$level( $message, $hash )`) now get merged correctly,
liblog-any-perl-1.708/Changes-32-      combining contextual logging and structured logging. Thanks
##############################################
liblog-any-perl-1.708/Changes-175-    - Imported log object can now be called anything instead of just
liblog-any-perl-1.708/Changes:176:      `$log`. This means `use Log::Any '$LOG'` or `use Log::Any '$foo'`
liblog-any-perl-1.708/Changes-177-      now work.