Home
last modified time | relevance | path

Searched refs:split_command (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
Dsplit_command.t36 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/
DMM_Any.pm137 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);
DPATCHING161 using split_command() to split it into several, shorter calls.
DMM_Unix.pm2185 push @m, map "\t$_\n", $self->split_command('$(RM_F)', @to);
2851 my @cmds = $self->split_command($pm_to_blib, %{$self->{PM}});
DChanges527 - 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/
DMANIFEST1409 lib/ExtUtils/t/split_command.t See if MM's xargs-like function works
DChanges3909 !> lib/ExtUtils/t/recurs.t lib/ExtUtils/t/split_command.t
DChanges5.8.110302 +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t