need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-IPC-Cmd / DESCR
1 IPC::Cmd allows you to run commands, interactively if desired,
2 platform independent but have them still work.
3
4 The can_run function can tell you if a certain binary is installed
5 and if so where, whereas the run function can actually execute any
6 of the commands you give it and give you a clear return value, as
7 well as adhere to your verbosity settings.