use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'XML::LibXML::Common', 'VERSION_FROM' => 'Common.pm', # finds $VERSION 'AUTHOR' => 'Christian Glahn ', 'ABSTRACT' => 'Routines and Constants common for XML::LibXML and XML::GDOME', 'LIBS' => '-lxml2', );