diff options
Diffstat (limited to 'tcllib/modules/pluginmgr/pkgIndex.tcl')
-rw-r--r-- | tcllib/modules/pluginmgr/pkgIndex.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcllib/modules/pluginmgr/pkgIndex.tcl b/tcllib/modules/pluginmgr/pkgIndex.tcl new file mode 100644 index 0000000..6a25058 --- /dev/null +++ b/tcllib/modules/pluginmgr/pkgIndex.tcl @@ -0,0 +1,2 @@ +if {![package vsatisfies [package provide Tcl] 8.4]} {return} +package ifneeded pluginmgr 0.3 [list source [file join $dir pluginmgr.tcl]] |