Subject: | ZLib Eval Issue |
# Does not work on all systems
#
my $ZLIB = eval "use IO::Zlib ()";
# Temp patch
#
use IO::Zlib();
my $ZLIB = 1;
# Test for IO::Zlib in Makefile.PL instead.
#
# Runtime testing with eval does not work on all systems.
#
This queue is for tickets about the WWW-Google-SiteMap CPAN distribution.
The Basics
People
|
Bug Information
|