File: Makefile.PL

package info (click to toggle)
libcgi-psgi-perl 0.15-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 1,586; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use inc::Module::Install;
name 'CGI-PSGI';
all_from 'lib/CGI/PSGI.pm';

requires 'CGI', '3.33';

build_requires 'Test::More', 0.88;
author_tests('xt');
auto_set_repository;
WriteAll;