summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/misc/p5-net-fastcgi/Makefile.PL
blob: 0b1d1f481369a4eb63a6e2fea54c94f46aa09792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
use strict;
use inc::Module::Install;

name          'Net-FastCGI';
perl_version  '5.006';
all_from      'lib/Net/FastCGI.pm';
repository    'http://github.com/chansen/p5-net-fastcgi';

requires      'Carp'             => '0';
requires      'Exporter'         => '0';

test_requires 'Test::More'       => '0.47';
test_requires 'Test::Exception'  => '0';
test_requires 'Test::HexString'  => '0';

tests 't/*.t t/*/*.t';

WriteAll;