===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Makefile.pm-139-	}
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Makefile.pm:140:	if ( eval($ExtUtils::MakeMaker::VERSION) >= 6.10 ) {
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Makefile.pm-141-		$args->{NO_META} = 1;
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Makefile.pm-142-	}
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Makefile.pm:143:	if ( eval($ExtUtils::MakeMaker::VERSION) > 6.17 and $self->sign ) {
libwebservice-youtube-perl-1.0.3/inc/Module/Install/Makefile.pm-144-		$args->{SIGN} = 1;
##############################################
libwebservice-youtube-perl-1.0.3/inc/Test/Base.pm-384-    my $spec = $self->spec;
libwebservice-youtube-perl-1.0.3/inc/Test/Base.pm:385:    $spec = $self->_pre_eval($spec);
libwebservice-youtube-perl-1.0.3/inc/Test/Base.pm-386-    my $cd = $self->block_delim;
##############################################
libwebservice-youtube-perl-1.0.3/inc/Test/More.pm-253-
libwebservice-youtube-perl-1.0.3/inc/Test/More.pm:254:    my($eval_result, $eval_error) = _eval($code, \@imports);
libwebservice-youtube-perl-1.0.3/inc/Test/More.pm-255-    my $ok = $tb->ok( $eval_result, "use $module;" );
##############################################
libwebservice-youtube-perl-1.0.3/inc/Test/More.pm-302-
libwebservice-youtube-perl-1.0.3/inc/Test/More.pm:303:    my($eval_result, $eval_error) = _eval($code);
libwebservice-youtube-perl-1.0.3/inc/Test/More.pm-304-    my $ok = $tb->ok( $eval_result, "require $module;" );