require 5.007001; # Stop perl 5.005 or earler barfing on the v string # require 5.7.1; use ExtUtils::MakeMaker; use Config; unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') { die < 'PerlIO::subfile', 'VERSION_FROM' => 'subfile.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'subfile.pm', # retrieve abstract from module AUTHOR => 'Nicholas Clark ') : ()), 'LIBS' => [''], # e.g., '-lm' # 'DEFINE' => '-Wall -DDEBUG_LAYERSUBFILE', # Insert -I. if you add *.h files later: 'INC' => '', # e.g., '-I/usr/include/other' # Un-comment this if you add C files to link with later: # 'OBJECT' => '$(O_FILES)', # link all the C files too );