Home
last modified time | relevance | path

Searched refs:can_handle (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dsource_handler.t42 eval { $class->can_handle($source) };
59 can_handle => [
142 can_handle => [
237 can_handle => [
283 can_handle => [
325 can_handle => [
362 is( $class->can_handle($source), $default_vote,
367 for my $test ( @{ $tests->{can_handle} } ) {
376 is( $class->can_handle($source), $vote, $name );
Dparse.t1014 my @can_handle = sort keys %$state;
1015 is_deeply \@can_handle, \@expect, "token types handled in $name";
1016 for my $type (@can_handle) {
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/
DMyPerlSourceHandler.pm14 sub can_handle { subroutine
16 my $vote = $class->SUPER::can_handle(@_);
DMyFileSourceHandler.pm19 sub can_handle { subroutine
21 $class->SUPER::can_handle(@_);
DMySourceHandler.pm17 sub can_handle { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
DSourceHandler.pm68 sub can_handle { subroutine
DIteratorFactory.pm248 my $confidence = $handler->can_handle($source);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
DHandle.pm65 sub can_handle { subroutine
DRawTAP.pm67 sub can_handle { subroutine
DFile.pm64 sub can_handle { subroutine
DExecutable.pm68 sub can_handle { subroutine
DPerl.pm73 sub can_handle { subroutine