aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-05 19:42:29 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-05 19:42:29 +1300
commit2d6f0820b73f014c9be35e3eef61ef55cd1dd140 (patch)
treeeee65bd9eeb90d52d53f61868528726542c5c929
parentMerge branch 'perlmod' (diff)
downloadMail-Run-Crypt-2d6f0820b73f014c9be35e3eef61ef55cd1dd140.tar.gz
Mail-Run-Crypt-2d6f0820b73f014c9be35e3eef61ef55cd1dd140.zip
Correct a couple of POD boners
-rwxr-xr-xbin/runcrypt4
-rw-r--r--lib/Mail/Run/Crypt.pm4
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index d9a24fc..8ca6e74 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -146,6 +146,8 @@ The name for this instance of the module, which will be used as the first word
of the subject line of any email messages it sends. This defaults to
C<runcrypt>, which is probably good enough in most cases.
+=back
+
=head1 DIAGNOSTICS
=over 4
@@ -158,6 +160,8 @@ Usage information could not be written to the standard output stream.
Usage information could not be written to the standard error stream.
+=back
+
=head1 EXIT STATUS
The program exits with the same exit value of the command that it ran, or 127
diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm
index c37a622..eabe0b4 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -167,6 +167,8 @@ The recipient email address for the content.
(Optional) The name of the object. When called from the C<croncrypt(1)>
program, this will be the string "croncrypt".
+=back
+
=head2 B<run(@command)>
Run the specified arguments as a command with C<IPC::Run3::run3()>, and email
@@ -185,6 +187,8 @@ has been successfully run.
One of the required properties was not passed to the constructor.
+=back
+
=head1 CONFIGURATION AND ENVIRONMENT
You will need to have a functioning GnuPG public key setup for this to work,