===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtest-mockobject-perl-1.20200122/lib/Test/MockObject.pm-259-        next unless ref $arg;
libtest-mockobject-perl-1.20200122/lib/Test/MockObject.pm:260:        weaken( $arg ) if refaddr( $arg ) eq refaddr( $self );
libtest-mockobject-perl-1.20200122/lib/Test/MockObject.pm-261-    }
##############################################
libtest-mockobject-perl-1.20200122/lib/Test/MockObject.pm-373-    my $invocant = shift;
libtest-mockobject-perl-1.20200122/lib/Test/MockObject.pm:374:    return blessed( $invocant ) ? refaddr( $invocant ) : $invocant;
libtest-mockobject-perl-1.20200122/lib/Test/MockObject.pm-375-}