===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libextutils-modulemaker-perl-0.63/t/91_miscargs.t-1166-
libextutils-modulemaker-perl-0.63/t/91_miscargs.t:1167:    my $AUTHOR_section = `grep -A4 '^=head1 AUTHOR' $module_file`;
libextutils-modulemaker-perl-0.63/t/91_miscargs.t-1168-    unlike($AUTHOR_section, qr/MODAUTHOR/,
##############################################
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-237-        } elsif ( $where eq 'Main Menu' ) {
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm:238:            $where = Main_Menu($MOD);
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-239-        } elsif ( $where eq 'License Menu' ) {
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm:240:            $where = License_Menu($MOD);
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-241-        } elsif ( $where eq 'Author Menu' ) {
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm:242:            $where = Author_Menu($MOD);
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-243-        } elsif ( $where eq 'License_Display' ) {
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm:244:            $where = License_Display($MOD);
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-245-        } elsif ( $where eq 'Copyright_Display' ) {
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm:246:            $where = Copyright_Display($MOD);
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-247-        } elsif ( $where eq 'Directives_Menu' ) {
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm:248:            $where = Directives_Menu($MOD);
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-249-        } elsif ( $where eq 'Build Menu' ) {
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm:250:            $where = Build_Menu($MOD);
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-251-        } else {
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm:252:            $where = Main_Menu($MOD);
libextutils-modulemaker-perl-0.63/lib/ExtUtils/ModuleMaker/Interactive.pm-253-        }