diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-05-30 12:22:53 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-05-30 12:22:53 +0000 |
commit | b034a449b7076622c619bb200683d050e387c10b (patch) | |
tree | ef142f908364401cfa02be4088a049de8ed466b8 /bin | |
parent | 6b3e3563b247e99d598c23e7ae15442636bd5d9b (diff) | |
download | ATCD-b034a449b7076622c619bb200683d050e387c10b.tar.gz |
ChangeLogTag: Tue May 30 12:22:53 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mpc.pl | 2 | ||||
-rwxr-xr-x | bin/mwc.pl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/mpc.pl b/bin/mpc.pl index 1fa9409d274..c9a7e37d796 100755 --- a/bin/mpc.pl +++ b/bin/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; diff --git a/bin/mwc.pl b/bin/mwc.pl index 13dd157f7ef..607bccbb8bc 100755 --- a/bin/mwc.pl +++ b/bin/mwc.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; |