use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'XML::LibXSLT', 'VERSION_FROM' => 'LibXSLT.pm', # finds $VERSION 'AUTHOR' => 'Matt Sergeant', 'ABSTRACT' => 'Interface to Gnome libxslt library', 'PREREQ_PM' => { 'XML::LibXML' => "1.58", }, 'LIBS' => ['-lxslt -lxml2 -lz -lm'], 'OBJECT' => '$(O_FILES)', );