===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libyaml-tiny-perl-1.73/lib/YAML/Tiny.pm-691-    my ($self, $array, $indent, $seen) = @_;
libyaml-tiny-perl-1.73/lib/YAML/Tiny.pm:692:    if ( $seen->{refaddr($array)}++ ) {
libyaml-tiny-perl-1.73/lib/YAML/Tiny.pm-693-        die \"YAML::Tiny does not support circular references";
##############################################
libyaml-tiny-perl-1.73/lib/YAML/Tiny.pm-730-    my ($self, $hash, $indent, $seen) = @_;
libyaml-tiny-perl-1.73/lib/YAML/Tiny.pm:731:    if ( $seen->{refaddr($hash)}++ ) {
libyaml-tiny-perl-1.73/lib/YAML/Tiny.pm-732-        die \"YAML::Tiny does not support circular references";
##############################################
libyaml-tiny-perl-1.73/t/tml-76-
libyaml-tiny-perl-1.73/t/tml:77:        exec( 'prove', @opts, '--exec', "$0 --run_test", @files )
libyaml-tiny-perl-1.73/t/tml-78-            if @files;