Searched refs:_is_of_type (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dis_of_type.t3 # Test _is_of_type()
16 my $is_of_type = \&ExtUtils::MakeMaker::_is_of_type;
36 is !!$is_of_type->($thing, $type), !!$want, qq[_is_of_type($thing, '$type'): $want];
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm166 unless( grep { _is_of_type($val, $_) } @sigs ) {
178 sub _is_of_type { subroutine

Completed in 130 milliseconds