===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm-53-    as Str,
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm:54:    where { ( length($_) <= 255 ) && ( $_ !~ m/\n/ ) },
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm-55-    message { $class_messages->{SimpleStr} };
##############################################
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm-63-    as NonEmptySimpleStr,
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm:64:    where { length($_) >= 4 && length($_) <= 255 },
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm-65-    message { $class_messages->{Password} };
##############################################
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm-68-    as Password,
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm:69:    where { ( length($_) >= 8 ) && length($_) <= 255 && (m/[^a-zA-Z]/) },
libhtml-formhandler-perl-0.40068/lib/HTML/FormHandler/Types.pm-70-    message { $class_messages->{StrongPassword} };