in reply to Re: Errors in some perl modules
in thread Errors in some perl modules

Those messages are not errors, they're warnings.

Those messages are warnings and might not be errors.

But in my experience, warnings almost always errors in Perl.

Replies are listed 'Best First'.
Re^3: Errors in some perl modules
by shmem (Chancellor) on May 29, 2009 at 17:52 UTC
    But in my experience, warnings almost always errors in Perl.

    Yes, if only because it is an error to get warnings and not heed them... ;-)