Skip Menu |

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

Report information
The Basics
Id: 6365
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.60
Fixed in: (no value)



Subject: Unable to tell if Compress::ZLib already loaded
If a script which uses SOAP::Lite where the compression_threshold is defined, but it also has the line require Compress::ZLib; then there will be warnings about redefining routines: Subroutine AUTOLOAD redefined at C:/Perl/site/lib/Compress/Zlib.pm line 84. Subroutine isaFilehandle redefined at C:/Perl/site/lib/Compress/Zlib.pm line 99 Subroutine isaFilename redefined at C:/Perl/site/lib/Compress/Zlib.pm line 108. Subroutine gzopen redefined at C:/Perl/site/lib/Compress/Zlib.pm line 115. ... The module that loads Compress::ZLib should check to see if it is already loaded before trying to reload it.
Hi, i think this is an old problem with Compress::Zlib, which has been fixed there. However, I cannot reproduce it with recent SOAP::Lite and Compress::Zlib. Thanks for reporting, Martin