Home
last modified time | relevance | path

Searched refs:maybe_command (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
DMM_OS2.t217 is( ExtUtils::MM_OS2->maybe_command( $dir ), undef,
223 is( ExtUtils::MM_OS2->maybe_command( $noext ), $noext,
230 is( ExtUtils::MM_OS2->maybe_command( $noexe ), $exe,
237 is( ExtUtils::MM_OS2->maybe_command( $nocmd ), $cmd,
DMM_Win32.t56 is( $MM->maybe_command( $comspec ),
59 like( $MM->maybe_command( $comspec2 ),
67 ok( ! $MM->maybe_command( 'not_a_command.com' ),
DMM_NW5.t56 is( $MM->maybe_command( $comspec ),
59 like( $MM->maybe_command( $comspec2 ),
67 ok( ! $MM->maybe_command( 'not_a_command.com' ),
DMM_Unix.t174 ok (!$t->maybe_command('command') ,"non executable file isn't a command");
176 ok ($t->maybe_command('command'), "executable file is a command");
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DMM_OS2.pm115 sub maybe_command { subroutine
DTODO29 Consider if VMS->find_perl needs to have pieces put into maybe_command()
DMM_Win32.pm103 sub maybe_command { subroutine
DMM_VMS.pm230 next unless $vmsfile = $self->maybe_command($name);
259 sub maybe_command { subroutine
DMM_Unix.pm1029 next unless $self->maybe_command($abs);
1100 if ($self->maybe_command($cmd)) {
2556 sub maybe_command { subroutine
/mirbsd/src/gnu/usr.bin/perl/lib/CPAN/
DFirstTime.pm532 if (($abs = MM->maybe_command($abs))) {
/mirbsd/src/gnu/usr.bin/perl/lib/
DCPAN.pm2710 unless (length $ftpbin && MM->maybe_command($ftpbin)) {
4415 $perl ||= $candidate if MM->maybe_command($candidate);
4423 if (MM->maybe_command($abs)) {
5788 } elsif (MM->maybe_command($CPAN::Config->{gzip})
5790 MM->maybe_command($CPAN::Config->{'tar'})) {
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltoc.pod13776 maybe_command
13891 maybe_command (override)
14024 B<maybe_command>
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.0054120 Log: MM_Win32::maybe_command() case-insesitivity tweak
4125 Log: fix MM_Win32::maybe_command()