===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libplack-request-withencoding-perl-0.14/README.md-59-    Returns **decoded** parameters with a CGI.pm-compatible param method. This is an alternative method for accessing parameters in
libplack-request-withencoding-perl-0.14/README.md:60:    `$req->parameters`.
libplack-request-withencoding-perl-0.14/README.md-61-    Unlike CGI.pm, it does **not** allow setting or modifying query parameters.
##############################################
libplack-request-withencoding-perl-0.14/README.md-88-
libplack-request-withencoding-perl-0.14/README.md:89:When this character-encoding wasn't given through `$req->env->{'plack.request.withencoding.encoding'}`, this module uses "utf-8" as the default character-encoding to decode.
libplack-request-withencoding-perl-0.14/README.md-90-It would be better to specify this character-encoding explicitly because the readability and understandability of the code behavior would be improved.