diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-09-02 07:28:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-09-02 07:28:02 (GMT) |
commit | bdafa7afcb41f8ba37aea8338559c0673dc6688e (patch) | |
tree | 187bca6b63ebca5535b23ff21c67c62085b92bf4 /library/http | |
parent | 51ab423164f9010d44dc240ba2b5d12108808fff (diff) | |
download | tcl-bdafa7afcb41f8ba37aea8338559c0673dc6688e.zip tcl-bdafa7afcb41f8ba37aea8338559c0673dc6688e.tar.gz tcl-bdafa7afcb41f8ba37aea8338559c0673dc6688e.tar.bz2 |
Add package index entry.
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/pkgIndex.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index d51f8a8..5ce5c37 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,2 +1,3 @@ if {![package vsatisfies [package provide Tcl] 8.6]} {return} package ifneeded http 2.8.4 [list tclPkgSetup $dir http 2.8.4 {{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 tclPkgSetup $dir cookiejar 0.1 {{cookiejar.tcl source {::http::cookiejar}}}] |