forked from saymedia/AnyEvent-Peer39
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.PL
More file actions
22 lines (22 loc) · 678 Bytes
/
Makefile.PL
File metadata and controls
22 lines (22 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'AnyEvent::Peer39',
VERSION_FROM => 'lib/AnyEvent/Peer39.pm',
ABSTRACT_FROM => 'lib/AnyEvent/Peer39.pm',
AUTHOR => 'SayMedia',
PREREQ_PM => {
"Mouse" => 0,
"AnyEvent::HTTP" => 0,
"Data::Validator" => 0,
"Data::Validator" => 0,
},
BUILD_REQUIRES => {
"Test::TCP" => 0,
"YAML::Syck" => 0,
"Test::Requires" => 0,
"Plack" => 0,
"Plack::Request" => '0.99',
"Plack::Handler::Twiggy" => 0,
"Test::More" => 0,
},
);