aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 01:33:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 01:33:38 +1300
commit96f20c62f9103127e5b1e242d5adca14a386de6c (patch)
tree09c3c4dda07e81d0db69720a9da67fbd6339bab7
parentUpdate name of binscript to "runcrypt" in docs (diff)
downloadMail-Run-Crypt-96f20c62f9103127e5b1e242d5adca14a386de6c.tar.gz
Mail-Run-Crypt-96f20c62f9103127e5b1e242d5adca14a386de6c.zip
Specify reason for Perl 5.10
-rwxr-xr-xbin/runcrypt4
-rw-r--r--lib/Mail/Run/Crypt.pm4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index 8ca6e74..df2a59b 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -6,8 +6,8 @@ use strict;
use warnings;
use utf8;
-# Target Debian-Squeeze-era Perl
-# We may be able to go older; not sure yet
+# Require this version of Perl
+# 5.010 for defined-or operator
use 5.010;
# Import required modules
diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm
index 9beb3b9..a81735d 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -5,8 +5,8 @@ use strict;
use warnings;
use utf8;
-# Target Debian-Squeeze-era Perl
-# We may be able to go older; not sure yet
+# Require this version of Perl
+# 5.010 for defined-or operator
use 5.010;
# Import required modules