use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Net::Indosoft::Voicebridge', AUTHOR => 'Ivan Kohler ', VERSION_FROM => 'lib/Net/Indosoft/Voicebridge.pm', ABSTRACT_FROM => 'lib/Net/Indosoft/Voicebridge.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'SOAP::Lite' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Net-Indosoft-Voicebridge-*' }, );