aboutsummaryrefslogtreecommitdiff
path: root/bin
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 /bin
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runcrypt4
1 files changed, 2 insertions, 2 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