aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-09 14:54:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-09 14:54:42 +1200
commit479ac2e72d62db0342d47f5684309040008931c3 (patch)
tree1b7b4d336a1cce8bb7e1681b8cb5413fe06c2aff /checkem
parentUse `not` rather than ! (diff)
downloadcheckem-479ac2e72d62db0342d47f5684309040008931c3.tar.gz
checkem-479ac2e72d62db0342d47f5684309040008931c3.zip
Remove some unneeded parens
Diffstat (limited to 'checkem')
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index 6bacda1..278f67e 100755
--- a/checkem
+++ b/checkem
@@ -27,7 +27,7 @@ use 5.009003;
our $VERSION = 2.4;
# If no arguments, work with the current working directory
-croak('Need at least one dir to search') if !@ARGV;
+croak 'Need at least one dir to search' if !@ARGV;
# Convenience keys into stat() return array for clarity and to appease
# Perl::Critic