aboutsummaryrefslogtreecommitdiff
path: root/lib/Mail/Run/Crypt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Mail/Run/Crypt.pm')
-rw-r--r--lib/Mail/Run/Crypt.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm
index e3210fd..5669f1d 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -16,7 +16,7 @@ use Mail::GnuPG;
use MIME::Entity;
# Specify package verson
-our $VERSION = '0.05';
+our $VERSION = '0.06';
# Default exit value
our $DEFAULT_EXIT = 127; ## no critic (ProhibitMagicNumbers)
@@ -138,7 +138,7 @@ Mail::Run::Crypt - Encrypt and mail output from command runs
=head1 VERSION
-Version 0.05
+Version 0.06
=head1 DESCRIPTION
@@ -307,8 +307,8 @@ it won't work with other OpenPGP implementations.
=head1 BUGS AND LIMITATIONS
-Definitely. This code is not production-ready. In particular, there is almost
-no test suite.
+Definitely. This code is not production-ready. The test suite coverage is still
+not great, but should improve in newer versions.
=head1 AUTHOR