===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-143-
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm:144:    if ( my $where = $self->{_first_seen}{$tag} ) {
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-145-        if ( $isNonrepeatable{$tag} ) {
##############################################
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-147-                            tag => $tag,
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm:148:                            where => HTML::Lint::Error::where( @{$where} )
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-149-                        );
##############################################
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-240-                    directive => $directive,
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm:241:                    where     => HTML::Lint::Error::where($line,$column)
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-242-                );
##############################################
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-250-                    value     => $value,
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm:251:                    where     => HTML::Lint::Error::where($line,$column)
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-252-                );
##############################################
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-315-                $self->gripe( 'elem-unclosed', tag => $tag,
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm:316:                        where => HTML::Lint::Error::where($line,$col) )
libhtml-lint-perl-2.32+dfsg/lib/HTML/Lint/Parser.pm-317-                        unless $HTML::Tagset::optionalEndTag{$tag};