use strict; use warnings; use ExtUtils::MakeMaker; use 5.008003; WriteMakefile( NAME => 'XML::Writer::Simple', AUTHOR => 'Alberto Simoes ', VERSION_FROM => 'lib/XML/Writer/Simple.pm', ABSTRACT_FROM => 'lib/XML/Writer/Simple.pm', PL_FILES => {}, PREREQ_PM => { 'XML::DT' => 0.42, 'Test::More' => 0, 'XML::DTDParser' => 2.01, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'XML-Writer-Simple-*' }, );