From d20ad0b75e6b9a7db44bfd0d1814c1a4fba8714b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 29 May 2012 18:14:02 +1200 Subject: Tidy and comment use/modules section --- clubber | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- cgit v1.2.3