Subject: | Too many Warning messages: Subroutine <name> redefined at |
Your SOAP::MIME module works great. However, all the 'redefined' warning messages make the user think there may be a problem. Could you please supress those messages? One possibility which I've been using is in package SOAP::MIME, just before the 'BEGIN' statment:
no warnings qw(redefine);
That way no other messages are supressed.
Thanks;
Judith