package PerlIO::gzip; use 5.008; use XSLoader (); our $VERSION = '0.15'; XSLoader::load "PerlIO::gzip", $VERSION; 1;