Subject: | WWW::Google::SiteMap eval IO::ZLib |
# Does not always eval to true (1)
#
my $ZLIB = eval "use IO::Zlib ()";
# Patched (temp kludge)
#
use IO::Zlib;
my $ZLIB = 1;
# Consider updating the Makefile.PL to check for IO::Zlib during install
# instead.
#
# Too many inline safety checks causes incomaptability issues on some
# systems (like ours).
#