Codebase list libcgi-psgi-perl / 642c4b4e-f3da-4b7f-89bc-b7f07891ae9b/main Makefile.PL
642c4b4e-f3da-4b7f-89bc-b7f07891ae9b/main

Tree @642c4b4e-f3da-4b7f-89bc-b7f07891ae9b/main (Download .tar.gz)

Makefile.PL @642c4b4e-f3da-4b7f-89bc-b7f07891ae9b/mainraw · history · blame

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;