use 5.008008; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Archive::MoPaQ', VERSION_FROM => 'lib/Archive/MoPaQ.pm', # finds $VERSION PREREQ_PM => {}, ABSTRACT_FROM => 'lib/Archive/MoPaQ.pm', # retrieve abstract from module AUTHOR => 'Mischa POSLAWSKY ', LIBS => ['-lmpq -lz'], INC => '-I.', # e.g., '-I. -I/usr/local/lib/mpq': );