[Mimedefang] MIME::Parser in 5.414

Staggs Mark - mstagg Mark.Staggs at acxiom.com
Tue Oct 19 16:53:24 EDT 2004


Hi,

I'm using SOAP::Lite (which in turn uses MIME::Parser) with the newest
version of MIME::Tools.  In MIME::Parser.pm at line 789 the line was changed
to 

	$ENCODED->flush or die ...;

In this case $ENCODED is an IO::ScalarArray whose flush is a no-op and
returns nothing (sub flush{}).  This causes the module to die unnecessarily.
Can this be changed in future versions to not die and/or check for
ScalarArray type and not flush?

Thanks!

_____________________
Mark Staggs
Abilitec Technologies
Software Developer
Ext. 25796



**********************************************************************
The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged.
If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is strictly
prohibited.
If you have received this communication in error,
please re-send this communication to the sender and
delete the original message or any copy of it from your
computer system. Thank You.




More information about the MIMEDefang mailing list