aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 101aaa2754b10f92225d21a2789aca45dc2f7a06 (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 Web Browser: Core Module",
  NAME          => 'Arctica::Browser::Core',
  (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
  PREREQ_PM     => {
    'Test::More' => '0.47',
  },
  VERSION_FROM  => 'lib/Arctica/Browser/Core/Version.pm',
  clean               => { FILES => '' },
);