> I have a feeling you've done
> 
>   Module::new(args...)
> 
> instead of
> 
>   Module->new(args...)
> 
> The first way is erroneous.  The second way is correct.

Yes, that's it.  Thank you.

Dan

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to