aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-10 15:57:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-10 15:57:50 +1200
commitd8595cb5a2916bc1859f2623eaa04a46872eeb81 (patch)
tree99eeb48a53b373a2d652bd6adcaa9c963a88c350 /checkem
parentUpdate comment to reflect compatibility (diff)
downloadcheckem-d8595cb5a2916bc1859f2623eaa04a46872eeb81.tar.gz
checkem-d8595cb5a2916bc1859f2623eaa04a46872eeb81.zip
Re-clarify module support
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;