aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index f892697..0035cee 100755
--- a/checkem
+++ b/checkem
@@ -21,7 +21,7 @@ use Digest::SHA;
# Lowest version number that has all of those core modules; Digest::SHA is the
# newest
-use 5.009003;
+use 5.009_003;
# Version number to make Perl::Critic happy
our $VERSION = 2.7;