summaryrefslogtreecommitdiffstats
path: root/colchange.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'colchange.cgi')
-rwxr-xr-xcolchange.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/colchange.cgi b/colchange.cgi
index f96559885..89150b5d4 100755
--- a/colchange.cgi
+++ b/colchange.cgi
@@ -1,4 +1,4 @@
-#!/usr/bonsaitools/bin/perl -w
+#!/usr/bonsaitools/bin/perl -wT
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
@@ -23,6 +23,8 @@
use diagnostics;
use strict;
+use lib qw(.);
+
sub sillyness { # shut up "used only once" warnings
my $zz = @::legal_keywords;
}