summaryrefslogtreecommitdiff
path: root/mpc.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-05-30 12:22:28 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-05-30 12:22:28 +0000
commit080a7e5d9cee6e5999e745b07ff629f467613723 (patch)
tree9b84339c2dbf894db07495dc6ef18fc87afdf442 /mpc.pl
parentea6c70d3adf2bf07bbb888ead5f20a1d6bfd89d1 (diff)
downloadMPC-080a7e5d9cee6e5999e745b07ff629f467613723.tar.gz
ChangeLogTag: Tue May 30 12:21:54 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'mpc.pl')
-rwxr-xr-xmpc.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpc.pl b/mpc.pl
index 855690b1..3ec78daa 100755
--- a/mpc.pl
+++ b/mpc.pl
@@ -12,6 +12,8 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
# Pragma Section
# ******************************************************************
+require 5.006;
+
use strict;
use Config;
use FindBin;