aboutsummaryrefslogtreecommitdiff
path: root/bin/croncrypt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/croncrypt')
-rwxr-xr-xbin/croncrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/croncrypt b/bin/croncrypt
index 5f55eef..68854e7 100755
--- a/bin/croncrypt
+++ b/bin/croncrypt
@@ -26,8 +26,8 @@ package Sanctum::Croncrypt;
# Force me to write this properly
use strict;
-use utf8;
use warnings;
+use utf8;
use autodie;
# Decree minimum Perl version required (v5.8).