#!perl -w use 5.008; # Stop perl 5.005 or earler barfing on the v string # require 5.7.0; use ExtUtils::MakeMaker; use Config; unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') { die < 'PerlIO::gzip', 'VERSION_FROM' => 'gzip.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 ABSTRACT_FROM => 'gzip.pm', # retrieve abstract from module AUTHOR => 'Nicholas Clark ', 'LIBS' => ['-lz'], 'DEFINE' => $ostype, ((eval $ExtUtils::MakeMaker::VERSION > 6.30) ? (LICENSE => 'perl') : ()), # 'DEFINE' => '-g -Wall -DDEBUG_LAYERGZIP', ); # Check out Radioactive::Decay at http://belfast.pm.org/Modules/ # It might be more useful than this module :-) __END__ OS types, from RFC 1952 0 - FAT filesystem (MS-DOS, OS/2, NT/Win32) 1 - Amiga 2 - VMS (or OpenVMS) 3 - Unix 4 - VM/CMS 5 - Atari TOS 6 - HPFS filesystem (OS/2, NT) 7 - Macintosh 8 - Z-System 9 - CP/M 10 - TOPS-20 11 - NTFS filesystem (NT) 12 - QDOS 13 - Acorn RISCOS 255 - unknown