summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/otp/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/otp/pkgIndex.tcl')
-rw-r--r--tcllib/modules/otp/pkgIndex.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcllib/modules/otp/pkgIndex.tcl b/tcllib/modules/otp/pkgIndex.tcl
new file mode 100644
index 0000000..803854b
--- /dev/null
+++ b/tcllib/modules/otp/pkgIndex.tcl
@@ -0,0 +1,3 @@
+# pkgIndex.tcl -*- tcl -*-
+if {![package vsatisfies [package provide Tcl] 8.2]} { return }
+package ifneeded otp 1.0.0 [list source [file join $dir otp.tcl]]