aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST
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 /MANIFEST
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 'MANIFEST')
-rw-r--r--MANIFEST12
1 files changed, 6 insertions, 6 deletions
diff --git a/MANIFEST b/MANIFEST
index f83b7fa..f04da1b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,9 +1,9 @@
Changes
-lib/Mail/Cron/Crypt.pm
+bin/runcrypt
+lib/Mail/Run/Crypt.pm
Makefile.PL
-MANIFEST This list of files
+MANIFEST
README
-t/00-load.t
-t/manifest.t
-t/pod-coverage.t
-t/pod.t
+xt/manifest.t
+xt/pod-coverage.t
+xt/pod.t