Skip Menu |

This queue is for tickets about the SOAP-MIME CPAN distribution.

Report information
The Basics
Id: 7669
Status: new
Priority: 0/
Queue: SOAP-MIME

People
Owner: Nobody in particular
Requestors: Judith [...] osdl.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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