summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-04-19 11:05:08 +0200
committerantirez <antirez@gmail.com>2010-04-19 11:05:08 +0200
commitf1a930bbb785637a21f82a0fde08aa71ad19c8c3 (patch)
tree476ddab8a6d504118bdb83b76e4f416f41710e03
parent08ee9b570f4a9a181c3ed2242c5b2f6a88eddc41 (diff)
downloadredis-f1a930bbb785637a21f82a0fde08aa71ad19c8c3.tar.gz
Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the test suit is attempted to run under 8.4
-rw-r--r--redis.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis.tcl b/redis.tcl
index c76166ef0..81569796d 100644
--- a/redis.tcl
+++ b/redis.tcl
@@ -25,6 +25,7 @@
#
# vwait forever
+package require Tcl 8.5
package provide redis 0.1
namespace eval redis {}