diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-02-09 12:41:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-02-09 12:41:05 (GMT) |
commit | 334a96f761a2768ff680d31e3cad25eaf63d9bea (patch) | |
tree | 931245efbb1665ea40c0541ca7780bbe981fec8f /library/http | |
parent | 50cb73a76ef1ac85f26e2ab1e3d5babd6be4e9ca (diff) | |
download | tcl-334a96f761a2768ff680d31e3cad25eaf63d9bea.zip tcl-334a96f761a2768ff680d31e3cad25eaf63d9bea.tar.gz tcl-334a96f761a2768ff680d31e3cad25eaf63d9bea.tar.bz2 |
D'oh!
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 8b48a9f..2928f88 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,4 +1,4 @@ if {![package vsatisfies [package provide Tcl] 8.6]} {return} package ifneeded http 2.8.8 [list tclPkgSetup $dir http 2.8.8 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] package ifneeded cookiejar 0.1 [list source [file join $dir cookiejar.tcl]] -package ifndeeded tcl::idna 1.0 [list source [file join $dir idna.tcl]] +package ifneeded tcl::idna 1.0 [list source [file join $dir idna.tcl]] |