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