On Fri, Jul 12, 2002 at 11:16:26PM +0100, Tim Bunce wrote: > I think the existing Thread:: namespace is the right place for > 'thread utility' modules. The fact that some existing modules in > that namespace are for the old 5005 threads isn't a big issue.
I agree. I think creating Threads when Thread already exists will create confusion. Also using Threads:: will be an issue on filesystems that are not case sensetive. So I think threads should eb the pragma, but Thread should be the module namespace. Just add a use 5.8.0 into the new Thread modules. Graham.