===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm-469-	my ($self, $array, $indent, $seen) = @_;
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm:470:	if ( $seen->{refaddr($array)}++ ) {
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm-471-		die "YAML::Tiny does not support circular references";
##############################################
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm-508-	my ($self, $hash, $indent, $seen) = @_;
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm:509:	if ( $seen->{refaddr($hash)}++ ) {
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm-510-		die "YAML::Tiny does not support circular references";
##############################################
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm-616-	};
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm:617:	my $v = eval("$Scalar::Util::VERSION") || 0;
libhtml-html5-writer-perl-0.201/inc/YAML/Tiny.pm-618-	if ( $@ or $v < 1.18 ) {
##############################################
libhtml-html5-writer-perl-0.201/inc/Scalar/Util/PP.pm-30-
libhtml-html5-writer-perl-0.201/inc/Scalar/Util/PP.pm:31:sub refaddr($) {
libhtml-html5-writer-perl-0.201/inc/Scalar/Util/PP.pm-32-  return undef unless length(ref($_[0]));
##############################################
libhtml-html5-writer-perl-0.201/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libhtml-html5-writer-perl-0.201/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libhtml-html5-writer-perl-0.201/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libhtml-html5-writer-perl-0.201/inc/Module/Install/Makefile.pm-45-sub makemaker {
libhtml-html5-writer-perl-0.201/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libhtml-html5-writer-perl-0.201/inc/Module/Install/Makefile.pm-47-}
##############################################
libhtml-html5-writer-perl-0.201/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion
libhtml-html5-writer-perl-0.201/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libhtml-html5-writer-perl-0.201/inc/Module/Install.pm-378-sub _read {
##############################################
libhtml-html5-writer-perl-0.201/inc/Module/Install.pm-414-# Done in evals to avoid confusing Perl::MinimumVersion
libhtml-html5-writer-perl-0.201/inc/Module/Install.pm:415:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libhtml-html5-writer-perl-0.201/inc/Module/Install.pm-416-sub _write {