Posted to tcl by apn at Thu Oct 01 14:36:34 GMT 2009view pretty

package require starkit
starkit::startup
if {[package vcompare [package require Tcl] 8.4]} {
    foreach path [::tcl::tm::path list] {
        ::tcl::tm::remove $path
    }
    ::tcl::tm::path add [file join $starkit::topdir lib]
}
starkit::autoextend [file join $starkit::topdir lib tcllib]