aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index c97b801..54d2fe9 100755
--- a/checkem
+++ b/checkem
@@ -17,10 +17,10 @@ use utf8;
use 5.006;
# Import modules; Digest is the only one that wasn't in Perl 5.6 core
+use Digest;
use English '-no_match_vars';
use Fcntl ':mode';
use File::Find;
-use Digest;
# Version number to make Perl::Critic happy
our $VERSION = 2.17;