From e273804a5ee7b5dc193b6afdc18eac4d7f5e1ecc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Oct 2017 01:07:37 +1300 Subject: Update name of binscript to "runcrypt" in docs --- lib/Mail/Run/Crypt.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm index eabe0b4..9beb3b9 100644 --- a/lib/Mail/Run/Crypt.pm +++ b/lib/Mail/Run/Crypt.pm @@ -36,7 +36,7 @@ sub new { } # Default the instance name to the package name if it wasn't given; - # croncrypt(1p) will pass it in + # runcrypt(1p) will pass it in $self->{name} //= $class; # Return objectified self @@ -103,7 +103,7 @@ __END__ =pod =for stopwords -mailserver decrypt croncrypt GPG OpenPGP tradename licensable MERCHANTABILITY +mailserver decrypt runcrypt GPG OpenPGP tradename licensable MERCHANTABILITY =encoding utf8 @@ -129,7 +129,7 @@ C scripts are the ideal use case, but this would also with C or anything else that might non-interactively run jobs for which output is significant. -You probably want to call this with the C program installed by +You probably want to call this with the C program installed by this distribution, which provides a means to set the properties for the module via environment variables or command-line options. @@ -164,8 +164,8 @@ The recipient email address for the content. =item C -(Optional) The name of the object. When called from the C -program, this will be the string "croncrypt". +(Optional) The name of the object. When called from the C +program, this will be the string "runcrypt". =back -- cgit v1.2.3