summaryrefslogtreecommitdiff
path: root/mwc.pl
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-12-22 17:36:26 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-12-22 17:36:26 +0000
commita399cf075c134b906526c09c2ad8a2348dadb5bf (patch)
tree81b4fe7b5864eea2292f514c53bffb9cfe4d705d /mwc.pl
parent34954baad53240c7e0dbba7bd95d01d4de9a8a35 (diff)
downloadMPC-a399cf075c134b906526c09c2ad8a2348dadb5bf.tar.gz
ChangeLogTag: Wed Dec 22 17:28:56 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'mwc.pl')
-rwxr-xr-xmwc.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/mwc.pl b/mwc.pl
index 7b8ce205..f5b090f8 100755
--- a/mwc.pl
+++ b/mwc.pl
@@ -32,6 +32,9 @@ $basePath = VMS::Filespec::unixify($basePath) if ($^O eq 'VMS');
my $mpcpath = $basePath;
unshift(@INC, $mpcpath . '/modules');
+# Has to be a require because it's in the modules directory.
+require mpc_debug;
+
## If the ACE_ROOT environment variable is defined and this version of
## MPC is located inside the directory to which ACE_ROOT points, we will
## assume that the user wanted the ACE specific version of this script.