use strict; use ExtUtils::MakeMaker; WriteMakefile ( AUTHOR => 'Arctica Project Developers', ABSTRACT => "Arctica Services Graphics NXv3 Modules", NAME => 'Arctica::Services::Graphics::NX3', (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), PREREQ_PM => { 'Test::More' => '0.47', }, VERSION_FROM => 'lib/Arctica/Services/Graphics/NX3/Version.pm', clean => { FILES => '' }, );