in reply to Class::Std redefine warnings

The problem is that you are using the (uppercase) -W option, which means "force all warnings, even if the code tries to turn them off".

Replies are listed 'Best First'.
Re^2: Class::Std redefine warnings
by horrendo (Sexton) on Aug 11, 2005 at 20:50 UTC
    That was it. Thanks !!