===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libwww-google-calculator-perl-0.07/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libwww-google-calculator-perl-0.07/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libwww-google-calculator-perl-0.07/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libwww-google-calculator-perl-0.07/inc/Module/Install/Makefile.pm-45-sub makemaker {
libwww-google-calculator-perl-0.07/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libwww-google-calculator-perl-0.07/inc/Module/Install/Makefile.pm-47-}
##############################################
libwww-google-calculator-perl-0.07/inc/Module/Install/Repository.pm-12-    my ($command) = @_;
libwww-google-calculator-perl-0.07/inc/Module/Install/Repository.pm:13:    `$command`;
libwww-google-calculator-perl-0.07/inc/Module/Install/Repository.pm-14-}
##############################################
libwww-google-calculator-perl-0.07/inc/Module/Install/Repository.pm-73-            if ($svk_info =~ m!Merged From: (/mirror/.*), Rev\.!) {
libwww-google-calculator-perl-0.07/inc/Module/Install/Repository.pm:74:                $svk_info = `svk info /$1` or return;
libwww-google-calculator-perl-0.07/inc/Module/Install/Repository.pm-75-                redo SVK_INFO;
##############################################
libwww-google-calculator-perl-0.07/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion
libwww-google-calculator-perl-0.07/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libwww-google-calculator-perl-0.07/inc/Module/Install.pm-378-sub _read {
##############################################
libwww-google-calculator-perl-0.07/inc/Module/Install.pm-414-# Done in evals to avoid confusing Perl::MinimumVersion
libwww-google-calculator-perl-0.07/inc/Module/Install.pm:415:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libwww-google-calculator-perl-0.07/inc/Module/Install.pm-416-sub _write {
##############################################
libwww-google-calculator-perl-0.07/inc/Test/Base.pm-413-    my $spec = $self->spec;
libwww-google-calculator-perl-0.07/inc/Test/Base.pm:414:    $spec = $self->_pre_eval($spec);
libwww-google-calculator-perl-0.07/inc/Test/Base.pm-415-    my $cd = $self->block_delim;
##############################################
libwww-google-calculator-perl-0.07/inc/Test/More.pm-299-
libwww-google-calculator-perl-0.07/inc/Test/More.pm:300:    my( $eval_result, $eval_error ) = _eval( $code, \@imports );
libwww-google-calculator-perl-0.07/inc/Test/More.pm-301-    my $ok = $tb->ok( $eval_result, "use $module;" );
##############################################
libwww-google-calculator-perl-0.07/inc/Test/More.pm-352-
libwww-google-calculator-perl-0.07/inc/Test/More.pm:353:    my( $eval_result, $eval_error ) = _eval($code);
libwww-google-calculator-perl-0.07/inc/Test/More.pm-354-    my $ok = $tb->ok( $eval_result, "require $module;" );