aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-06-20 17:58:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-06-20 18:07:02 +1200
commit4fa04bab6f33c26704e2e6d4d3cbc22f3a2971e9 (patch)
treee22bd3f13f83393a81f0c7c36e53c6fff9dd3b6c /share
parentSimplify required Perl version (diff)
downloadMail-Run-Crypt-4fa04bab6f33c26704e2e6d4d3cbc22f3a2971e9.tar.gz
Mail-Run-Crypt-4fa04bab6f33c26704e2e6d4d3cbc22f3a2971e9.zip
Use IPC::Run3 rather than IPC::Open3
IPC::Open3 is recommended by Perl::Critic, but it's a relatively low-level tool that requires system select() calls and careful attention to buffering/blocking, among other things. It looks like it's great if you need fine-tuned detail like that, but in this case, I don't, I just need something better than system() that will capture both stdout and stderr from a call. IPC::Run3 is by the same author and much better suited to this purpose.
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/croncrypt.12
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man1/croncrypt.1 b/share/man/man1/croncrypt.1
index 41ea87a..dd5b508 100644
--- a/share/man/man1/croncrypt.1
+++ b/share/man/man1/croncrypt.1
@@ -21,7 +21,7 @@ Don't use your own GPG key for signing! I recommend you create a dedicated key
just for Croncrypt, and sign it locally with gpg --lsign so that your software
trusts it locally.
.SH SEE ALSO
-gpg(1), gpg-agent(1), Mail::GnuPG(3pm), MIME::Entity(3pm)
+gpg(1), gpg-agent(1), IPC::Run3(3pm), Mail::GnuPG(3pm), MIME::Entity(3pm)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>