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