summaryrefslogtreecommitdiffstats
path: root/move.pl
diff options
context:
space:
mode:
Diffstat (limited to 'move.pl')
-rwxr-xr-xmove.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/move.pl b/move.pl
index 37b8cb7ef..9647aee43 100755
--- a/move.pl
+++ b/move.pl
@@ -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,9 @@
use diagnostics;
use strict;
+
+use lib qw(.);
+
use Bug;
require "CGI.pl";
$::lockcount = 0;