===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libconfig-any-perl-0.32/lib/Config/Any/Base.pm-43-        return eval {
libconfig-any-perl-0.32/lib/Config/Any/Base.pm:44:            _require($_) for $class->requires_all_of;
libconfig-any-perl-0.32/lib/Config/Any/Base.pm-45-            1;
##############################################
libconfig-any-perl-0.32/lib/Config/Any/Base.pm-48-    if ( $class->can( 'requires_any_of' ) ) {
libconfig-any-perl-0.32/lib/Config/Any/Base.pm:49:        eval { _require( $_ ); 1 } and return 1
libconfig-any-perl-0.32/lib/Config/Any/Base.pm-50-            for $class->requires_any_of;