aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;