Searched refs:maybe_command (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/ |
| D | MM_OS2.t | 217 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,
|
| D | MM_Win32.t | 56 is( $MM->maybe_command( $comspec ), 59 like( $MM->maybe_command( $comspec2 ), 67 ok( ! $MM->maybe_command( 'not_a_command.com' ),
|
| D | MM_NW5.t | 56 is( $MM->maybe_command( $comspec ), 59 like( $MM->maybe_command( $comspec2 ), 67 ok( ! $MM->maybe_command( 'not_a_command.com' ),
|
| D | MM_Unix.t | 174 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/ |
| D | MM_OS2.pm | 115 sub maybe_command { subroutine
|
| D | TODO | 29 Consider if VMS->find_perl needs to have pieces put into maybe_command()
|
| D | MM_Win32.pm | 103 sub maybe_command { subroutine
|
| D | MM_VMS.pm | 230 next unless $vmsfile = $self->maybe_command($name); 259 sub maybe_command { subroutine
|
| D | MM_Unix.pm | 1029 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/ |
| D | FirstTime.pm | 532 if (($abs = MM->maybe_command($abs))) {
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | CPAN.pm | 2710 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/ |
| D | perltoc.pod | 13776 maybe_command 13891 maybe_command (override) 14024 B<maybe_command>
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.005 | 4120 Log: MM_Win32::maybe_command() case-insesitivity tweak 4125 Log: fix MM_Win32::maybe_command()
|