Re: Package Require getting "wrong version"



* "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
| Anyone have any ideas on what is wrong and what to do so I
| consistently get 2.5.3.

package require http 2.5.3

Probably wrapped in a 'catch' so that you can fall back on
no-version-specified if 2.5.3 is not available for any reason?

R'
.