===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libexporter-autoclean-perl-0.01/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libexporter-autoclean-perl-0.01/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libexporter-autoclean-perl-0.01/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libexporter-autoclean-perl-0.01/inc/Module/Install/Makefile.pm-154-	}
libexporter-autoclean-perl-0.01/inc/Module/Install/Makefile.pm:155:	if ( eval($ExtUtils::MakeMaker::VERSION) >= 6.10 ) {
libexporter-autoclean-perl-0.01/inc/Module/Install/Makefile.pm-156-		$args->{NO_META} = 1;
libexporter-autoclean-perl-0.01/inc/Module/Install/Makefile.pm-157-	}
libexporter-autoclean-perl-0.01/inc/Module/Install/Makefile.pm:158:	if ( eval($ExtUtils::MakeMaker::VERSION) > 6.17 and $self->sign ) {
libexporter-autoclean-perl-0.01/inc/Module/Install/Makefile.pm-159-		$args->{SIGN} = 1;
##############################################
libexporter-autoclean-perl-0.01/inc/Test/Base.pm-384-    my $spec = $self->spec;
libexporter-autoclean-perl-0.01/inc/Test/Base.pm:385:    $spec = $self->_pre_eval($spec);
libexporter-autoclean-perl-0.01/inc/Test/Base.pm-386-    my $cd = $self->block_delim;
##############################################
libexporter-autoclean-perl-0.01/inc/Test/More.pm-274-
libexporter-autoclean-perl-0.01/inc/Test/More.pm:275:    my( $eval_result, $eval_error ) = _eval( $code, \@imports );
libexporter-autoclean-perl-0.01/inc/Test/More.pm-276-    my $ok = $tb->ok( $eval_result, "use $module;" );
##############################################
libexporter-autoclean-perl-0.01/inc/Test/More.pm-327-
libexporter-autoclean-perl-0.01/inc/Test/More.pm:328:    my( $eval_result, $eval_error ) = _eval($code);
libexporter-autoclean-perl-0.01/inc/Test/More.pm-329-    my $ok = $tb->ok( $eval_result, "require $module;" );