aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-05 18:06:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-05 19:32:42 +1300
commit7969bce43d9c445d87a68080587298728d0d3e38 (patch)
tree6b0564dda9aecf08e3d465e4c52efb13984af419 /README
parentAdd Module::Starter boilerplate for perlmodding (diff)
downloadMail-Run-Crypt-7969bce43d9c445d87a68080587298728d0d3e38.tar.gz
Mail-Run-Crypt-7969bce43d9c445d87a68080587298728d0d3e38.zip
Rename/separate out into app and module
This still needs a lot more work before release. In particular, I have to figure out what I'm going to do about the `passphrase` option. It's probably better to both not require it, in which case no signing is done (only encryption), and to instead allow a path to a file to be specified. The other big puzzle would be how on earth to write automated tests for it... I may end up imitating however Mail::GnuPG is testing itself.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 5aa4913..436e7d9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-Mail-Cron-Crypt
+Mail-Run-Crypt
-Wrapper to sign and encrypt `cron(8)` output and errors with PGP/MIME before
-sending them to the `MAILTO` destination.
+Wrapper to sign and encrypt cron(8) output and errors with PGP/MIME
+before sending them to the MAILTO destination.
INSTALLATION
@@ -18,7 +18,7 @@ SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
- perldoc Mail::Cron::Crypt
+ perldoc Mail::Run::Crypt
LICENSE AND COPYRIGHT