File: Makefile.PL

package info (click to toggle)
libhttp-server-simple-psgi-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 96 kB
  • ctags: 9
  • sloc: perl: 140; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME => 'HTTP::Server::Simple::PSGI',
    VERSION_FROM => "lib/HTTP/Server/Simple/PSGI.pm",
    PREREQ_PM => {
        'HTTP::Server::Simple' => 0.42,
        $] < 5.006 ? ('warnings::compat' => 0) : (),
    },
);