aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-15 00:49:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-15 00:49:57 +1300
commite437f5f8921c036d46ec25a4ae541c5d68f19795 (patch)
tree436d7b39a015346545ec93f82b61773f0f493736 /README.markdown
parentBump version (diff)
downloadMail-Run-Crypt-e437f5f8921c036d46ec25a4ae541c5d68f19795.tar.gz (sig)
Mail-Run-Crypt-e437f5f8921c036d46ec25a4ae541c5d68f19795.zip
Backport to v5.8.1, bump versionv0.05
It may be possible to go back further, but I'm tying myself in knots trying. Might have another go later. Dropped Const::Fast dependency even though it can be installed on 5.8.1; seems silly for one numeric constant. Just told Perl::Critic to turn a blind eye.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index fcf89a1..765fec9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,7 +4,7 @@ Mail::Run::Crypt - Encrypt and mail output from command runs
# VERSION
-Version 0.04
+Version 0.05
# DESCRIPTION
@@ -131,9 +131,8 @@ of this series:
# DEPENDENCIES
-- Perl v5.10.0 or newer
+- Perl v5.8.1 or newer
- [Carp](https://metacpan.org/pod/Carp)
-- [Const::Fast](https://metacpan.org/pod/Const::Fast)
- [English](https://metacpan.org/pod/English)
- [IPC::Run3](https://metacpan.org/pod/IPC::Run3)
- [Mail::GnuPG](https://metacpan.org/pod/Mail::GnuPG)