Home
last modified time | relevance | path

Searched refs:test_via_script (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm3839 push @m, $self->test_via_script($command, '$(TEST_FILE)')
3841 push @m, $self->test_via_script($command, '$(TEST_FILE)')
3878 sub test_via_script { subroutine
3880 return $self->SUPER::test_via_script("PERL_DL_NONLAZY=1 $perl", $script);
H A DMM_Any.pm2684 sub test_via_script { subroutine