Alien-Selenium

 view release on metacpan or  search on metacpan

inc/Module/Load/Conditional.pm  view on Meta::CPAN


    if( defined $error ) {
        $ERROR = $error;
        Carp::carp( loc(q|%1 [THIS MAY BE A PROBLEM!]|,$error) ) if $args->{verbose};
        return undef;
    } else {
        return 1;
    }
}

#line 404

sub requires {
    my $who = shift;

    unless( check_install( module => $who ) ) {
        warn loc(q[You do not have module '%1' installed], $who) if $VERBOSE;
        return undef;
    }

    my $lib = join " ", map { "-I$_" } @INC;



( run in 0.648 second using v1.01-cache-2.11-cpan-39bf76dae61 )