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