summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-04-08 16:05:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-04-08 16:05:15 (GMT)
commitffc8f6440e2b529e2f41d8952fa7392213511ef6 (patch)
tree690794e1c446ef9e31631a0d0b5fb67218d8460b /library/tcltest/pkgIndex.tcl
parent6df16152535178264e5b70e09d4f5adf03fcd404 (diff)
downloadtcl-ffc8f6440e2b529e2f41d8952fa7392213511ef6.zip
tcl-ffc8f6440e2b529e2f41d8952fa7392213511ef6.tar.gz
tcl-ffc8f6440e2b529e2f41d8952fa7392213511ef6.tar.bz2
* library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to
* library/tcltest/pkgIndex.tcl: {*} in tcltest package. [Bug 2570363] * unix/Makefile.in: => tcltest 2.3.1 * win/Makefile.in:
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r--library/tcltest/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl
index f062cde..5b33ac7 100644
--- a/library/tcltest/pkgIndex.tcl
+++ b/library/tcltest/pkgIndex.tcl
@@ -9,4 +9,4 @@
# full path name of this file's directory.
if {![package vsatisfies [package provide Tcl] 8.5]} {return}
-package ifneeded tcltest 2.3.0 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.3.1 [list source [file join $dir tcltest.tcl]]