The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use lib '.';
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,
);

repository('https://github.com/bestpractical/http-server-simple');
WriteAll( sign => 1);