summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Cmd/DESCR
diff options
context:
space:
mode:
authorhe <he>2008-12-20 14:38:42 +0000
committerhe <he>2008-12-20 14:38:42 +0000
commitac397dd96089f29e3332567d0358d3375bc7d92e (patch)
tree9a1e173d83b409397486c2bad72730f02b3c2cb1 /devel/p5-IPC-Cmd/DESCR
parentfd64de5ee8492abe1fb3687bcf8932c0b07e6653 (diff)
downloadpkgsrc-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/DESCR7
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.