diff options
author | he <he> | 2008-12-20 14:38:42 +0000 |
---|---|---|
committer | he <he> | 2008-12-20 14:38:42 +0000 |
commit | ac397dd96089f29e3332567d0358d3375bc7d92e (patch) | |
tree | 9a1e173d83b409397486c2bad72730f02b3c2cb1 /devel/p5-IPC-Cmd/DESCR | |
parent | fd64de5ee8492abe1fb3687bcf8932c0b07e6653 (diff) | |
download | pkgsrc-ac397dd96089f29e3332567d0358d3375bc7d92e.tar.gz |
Import p5-IPC-Cmd version 0.42.
IPC::Cmd allows you to run commands, interactively if desired,
platform independent but have them still work.
The can_run function can tell you if a certain binary is installed
and if so where, whereas the run function can actually execute any
of the commands you give it and give you a clear return value, as
well as adhere to your verbosity settings.
Diffstat (limited to 'devel/p5-IPC-Cmd/DESCR')
-rw-r--r-- | devel/p5-IPC-Cmd/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-IPC-Cmd/DESCR b/devel/p5-IPC-Cmd/DESCR new file mode 100644 index 00000000000..79dd00b7158 --- /dev/null +++ b/devel/p5-IPC-Cmd/DESCR @@ -0,0 +1,7 @@ +IPC::Cmd allows you to run commands, interactively if desired, +platform independent but have them still work. + +The can_run function can tell you if a certain binary is installed +and if so where, whereas the run function can actually execute any +of the commands you give it and give you a clear return value, as +well as adhere to your verbosity settings. |