aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-29 18:14:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-29 18:14:02 +1200
commitd20ad0b75e6b9a7db44bfd0d1814c1a4fba8714b (patch)
tree3b8918a54e553e8df2eb01e333e8c67baebbea54
parentRemove mention of --verify from script (diff)
downloadclubber-d20ad0b75e6b9a7db44bfd0d1814c1a4fba8714b.tar.gz
clubber-d20ad0b75e6b9a7db44bfd0d1814c1a4fba8714b.zip
Tidy and comment use/modules section
-rwxr-xr-xclubber8
1 files changed, 8 insertions, 0 deletions
diff --git a/clubber b/clubber
index 27c4dd3..9f50bec 100755
--- a/clubber
+++ b/clubber
@@ -9,9 +9,17 @@
# @copyright 2012 Sanctum
#
+#
+# Force me to write this properly.
+#
use strict;
use warnings;
+
+#
+# Import required Perl libraries; these are all pretty standard.
+#
use Cwd qw(abs_path);
+use Digest::MD5;
use File::Basename;
use Getopt::Long;