aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
Diffstat (limited to 'checkem')
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index da6d691..7afcdbb 100755
--- a/checkem
+++ b/checkem
@@ -18,7 +18,7 @@ use utf8;
# Tolerate very old Perls
use 5.006;
-# Import required modules
+# Import modules; Digest is the only one that wasn't in Perl 5.6 core
use Carp;
use Fcntl ':mode';
use File::Find;