aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: dd451794da424b015237eea9c2b5b038f871226c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 => '' },
);