ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FastPing/Makefile.PL
(Generate patch)

Comparing AnyEvent-FastPing/Makefile.PL (file contents):
Revision 1.3 by root, Sun Apr 27 15:43:51 2008 UTC vs.
Revision 1.4 by root, Sat May 17 21:47:29 2008 UTC

11 PREREQ_PM => { 11 PREREQ_PM => {
12 AnyEvent => 0, 12 AnyEvent => 0,
13 }, 13 },
14 NAME => "AnyEvent::FastPing", 14 NAME => "AnyEvent::FastPing",
15 VERSION_FROM => "FastPing.pm", 15 VERSION_FROM => "FastPing.pm",
16 LIBS => ["-lpthread"], 16 LIBS => ["-lpthread -lm"],
17 EXE_FILES => ["bin/fastping"], 17 EXE_FILES => ["bin/fastping"],
18); 18);
19 19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines