===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcarp-clan-share-perl-0.013/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libcarp-clan-share-perl-0.013/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libcarp-clan-share-perl-0.013/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libcarp-clan-share-perl-0.013/inc/Module/Install/Makefile.pm-154-	}
libcarp-clan-share-perl-0.013/inc/Module/Install/Makefile.pm:155:	if ( eval($ExtUtils::MakeMaker::VERSION) >= 6.10 ) {
libcarp-clan-share-perl-0.013/inc/Module/Install/Makefile.pm-156-		$args->{NO_META} = 1;
libcarp-clan-share-perl-0.013/inc/Module/Install/Makefile.pm-157-	}
libcarp-clan-share-perl-0.013/inc/Module/Install/Makefile.pm:158:	if ( eval($ExtUtils::MakeMaker::VERSION) > 6.17 and $self->sign ) {
libcarp-clan-share-perl-0.013/inc/Module/Install/Makefile.pm-159-		$args->{SIGN} = 1;
##############################################
libcarp-clan-share-perl-0.013/.pc/no-dot-in-inc.patch/Makefile.PL-33-    my $all_from = join '/', 'lib', split m/-/, name . '.pm';
libcarp-clan-share-perl-0.013/.pc/no-dot-in-inc.patch/Makefile.PL:34:    `perldoc -tF $all_from > README` if ! -e 'README' || (stat $all_from)[9] > (stat 'README')[9];
libcarp-clan-share-perl-0.013/.pc/no-dot-in-inc.patch/Makefile.PL-35-}
##############################################
libcarp-clan-share-perl-0.013/Makefile.PL-34-    my $all_from = join '/', 'lib', split m/-/, name . '.pm';
libcarp-clan-share-perl-0.013/Makefile.PL:35:    `perldoc -tF $all_from > README` if ! -e 'README' || (stat $all_from)[9] > (stat 'README')[9];
libcarp-clan-share-perl-0.013/Makefile.PL-36-}