File: Makefile.PL

package info (click to toggle)
libhttp-server-simple-perl 0.52-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: perl: 1,739; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);