Searched refs:has_Compress_Zlib (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/IO-Zlib/
H A DZlib.pm174 =item has_Compress_Zlib
183 not available (see L</has_Compress_Zlib>), true if an external F<gzip>
298 my $has_Compress_Zlib;
307 $has_Compress_Zlib = $@ || $Compress::Zlib::VERSION < 2.000 ? 0 : 1;
310 sub has_Compress_Zlib subroutine
312 $has_Compress_Zlib;
337 $has_Compress_Zlib || $gzip_external;
404 if ($gzip_external || (!$has_Compress_Zlib && !defined($gzip_external)))
419 elsif ($has_Compress_Zlib)

Completed in 60 milliseconds