Searched refs:split_command (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/ |
| D | split_command.t | 36 my @cmds = $mm->split_command($echo, @test_args); 45 @cmds = $mm->split_command($even_args, %test_args); 51 is( $mm->split_command($echo), 0, 'no args means no commands' );
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | MM_Any.pm | 137 sub split_command { subroutine 457 push @m, map "\t$_\n", $self->split_command('- $(RM_F)', @files); 458 push @m, map "\t$_\n", $self->split_command('- $(RM_RF)', @dirs); 669 push @man_cmds, $self->split_command(<<CMD, %$pods); 800 $self->split_command('- $(RM_F)', @files); 802 $self->split_command('- $(RM_RF)', @dirs);
|
| D | PATCHING | 161 using split_command() to split it into several, shorter calls.
|
| D | MM_Unix.pm | 2185 push @m, map "\t$_\n", $self->split_command('$(RM_F)', @to); 2851 my @cmds = $self->split_command($pm_to_blib, %{$self->{PM}});
|
| D | Changes | 527 - split_command() was off-by-one when calculating max command line 529 - made split_command() a bit smarter, taking into account some macro 549 * split_command() tests still not happy on Win32. Problems with 698 - Added split_command() and max_exec_len() to deal with long 702 - pm_to_blib() now generated with split_command(). 3x speedup.
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | MANIFEST | 1409 lib/ExtUtils/t/split_command.t See if MM's xargs-like function works
|
| D | Changes | 3909 !> lib/ExtUtils/t/recurs.t lib/ExtUtils/t/split_command.t
|
| D | Changes5.8.1 | 10302 +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
|