diff options
author | sno <sno> | 2009-09-20 14:24:06 +0000 |
---|---|---|
committer | sno <sno> | 2009-09-20 14:24:06 +0000 |
commit | d3a5277defe2fe8b4b7f0ed6d4b61c55cb9ff5f9 (patch) | |
tree | 25005d5475206e588ea94bd51f1698991d78a99f /devel | |
parent | a1e42602ee403d1f98b52e58912e5b19a99dde96 (diff) | |
download | pkgsrc-d3a5277defe2fe8b4b7f0ed6d4b61c55cb9ff5f9.tar.gz |
add additional sentence to DESCR as wanted by submitter of PR pkg/41817
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-System-Simple/DESCR | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-IPC-System-Simple/DESCR b/devel/p5-IPC-System-Simple/DESCR index a17023ebc03..068ab0a79a3 100644 --- a/devel/p5-IPC-System-Simple/DESCR +++ b/devel/p5-IPC-System-Simple/DESCR @@ -4,3 +4,6 @@ world to play with, and even if you do check it, producing a well-formatted error string takes a lot of work. IPC::System::Simple takes the hard work out of calling external commands. + +The IPC::System::Simple module also provides a simple replacement to Perl's +backticks operator. |