aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-09 16:18:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-09 16:18:42 +1200
commit75bcdf04bdd28d190ff1ccd2545f45122e9bfccb (patch)
tree7803304e6ed487e6eb98e28680002cc3585d9019
parentCorrect README (diff)
downloadcheckem-75bcdf04bdd28d190ff1ccd2545f45122e9bfccb.tar.gz
checkem-75bcdf04bdd28d190ff1ccd2545f45122e9bfccb.zip
Use correct format for version string
-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;