File: Makefile.PL

package info (click to toggle)
libhttp-server-simple-authen-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 48; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'HTTP::Server::Simple::Authen',
    'VERSION_FROM' => 'lib/HTTP/Server/Simple/Authen.pm', # finds $VERSION
    'PREREQ_PM' => {
	Test::More => 0.32,
        Authen::Simple => 0.04,
        HTTP::Server::Simple => 0.16,
    },
);