summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 566eb55132d97a5cb5350ee3ba4f9f9afca3d3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use inc::Module::Install;

all_from('lib/HTTP/Server/Simple.pm');
name('HTTP-Server-Simple');
license('perl');
requires(
    Socket      => 1.94,
    'Test::More'  => 0,
    CGI         => 0,
);

WriteAll( sign => 1);