aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-29 17:31:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-29 17:31:26 +1200
commitc303b799d910afe56218c8b3ad919ddee8b4559a (patch)
treeb68222ebca32a791154c817f2d0456592b0c29ab /checkem
parentUse `main` package (diff)
downloadcheckem-c303b799d910afe56218c8b3ad919ddee8b4559a.tar.gz
checkem-c303b799d910afe56218c8b3ad919ddee8b4559a.zip
Order modules alphabetically
Diffstat (limited to 'checkem')
-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;