File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -308,17 +308,11 @@ C<False>.
308
308
309
309
= head2 sub run
310
310
311
- sub run(*@args ($, *@)) returns Proc::Status:D
311
+ sub run(*@args ($, *@)) returns Proc
312
312
313
- Runs an external command without involving a shell (if possible). Expects the
314
- command and each of its command line arguments as a list.
313
+ Runs an external command without involving a shell (if possible).
315
314
316
- The return value is of L < type Proc::Status|/type/Proc::Status > .
317
-
318
- run 'systemctl', 'restart', 'apache2'
319
-
320
- Arguments are not subject to shell expansions, shell variable interpolation or
321
- other shenanigans. See L < shell|/type/IO#sub_shell > if you want that.
315
+ See L < Proc|/type/Proc > for more details
322
316
323
317
= head2 sub shell
324
318
You can’t perform that action at this time.
0 commit comments