aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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