modules/wip/pkgIndex.tcl
Go to the documentation of this file.00001 if {![package vsatisfies [package provide Tcl] 8.4]} {return}
00002 package ifneeded wip 1.0 [list source [file join $dir wip.tcl]]
00003
00004 if {![package vsatisfies [package provide Tcl] 8.5]} {return}
00005 package ifneeded wip 2.0 [list source [file join $dir wip2.tcl]]
00006