--- John <[EMAIL PROTECTED]> wrote:
> Is there any way to avoid these warnings if I have
> multiple libraries that use strict.  BTW, I think all of
> mine use strict, I think the vendor's use Strict.

Perl looks for 'strict' and 'Strict' as different modules,
but they install themselves into the same namespace - hence
the problem.

You need to complain to your vendor... "use Strict" is
totally wrong, since pragmas should be all lower case. 
Your vendor's coders haven't been reading the documentation
that well :P

There isn't anything you can do except fix their mistakes.

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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

Reply via email to