summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/p5-Server-Starter/cpanfile
blob: de18fb95953cfc984416d630603659d664c3f3f6 (plain)
1
2
3
4
5
6
7
8
9
requires 'perl', '5.008';

on test => sub {
    requires 'IO::Socket::IP';
    requires 'Net::EmptyPort';
    requires 'Test::Requires';
    requires 'Test::SharedFork';
    requires 'Test::TCP', '2.08';
};