aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-04 13:36:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-04 13:36:07 +1200
commitf87f788bc1b97bbda7067336caea782777320070 (patch)
tree56be1acd1e1ba819dacdec5d5fe65302a79e78e5 /checkem
parentBetter preamble and package name (diff)
downloadcheckem-f87f788bc1b97bbda7067336caea782777320070.tar.gz
checkem-f87f788bc1b97bbda7067336caea782777320070.zip
Swap strict/warnings
Diffstat (limited to 'checkem')
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index 3c222a9..2c78763 100755
--- a/checkem
+++ b/checkem
@@ -9,8 +9,8 @@
package File::Checkem;
# Force me to write this properly
-use warnings;
use strict;
+use warnings;
use utf8;
# Get the find and current working directory modules