wok diff perl-ipc-run/description.txt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-ipc-run/description.txt	Wed May 18 06:55:41 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +IPC::Run allows you to run and interact with child processes using files,
     1.5 +pipes, and pseudo-ttys.
     1.6 +Both system()-style and scripted usages are supported and may be mixed.
     1.7 +Likewise, functional and OO API styles are both supported and may be mixed.
     1.8 +
     1.9 +Various redirection operators reminiscent of those seen on common Unix and
    1.10 +DOS command lines are provided.