From abe310d9ed720b8ca0f1294ee735eb147126a319 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 20 Jun 2014 17:58:11 +1200 Subject: Move utf8 use pragma because I'm picky --- bin/croncrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3