===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libclass-methodmaker-perl-2.24/t/test.pm-216-use constant PERL     => (basename($^X) eq $^X ? 
libclass-methodmaker-perl-2.24/t/test.pm:217:                          find_exec($^X)       :
libclass-methodmaker-perl-2.24/t/test.pm-218-                          rel2abs($^X));
##############################################
libclass-methodmaker-perl-2.24/lib/Class/MethodMaker/V1Compat.pm-494-          my $action = join '::', 'CORE', $action_name;
libclass-methodmaker-perl-2.24/lib/Class/MethodMaker/V1Compat.pm:495:          $action = eval("sub { $action(\@_) }");
libclass-methodmaker-perl-2.24/lib/Class/MethodMaker/V1Compat.pm-496-          $local_opts->{store_cb} = sub {