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

Comparing EV/Makefile.PL (file contents):
Revision 1.4 by root, Sun Oct 28 06:40:01 2007 UTC vs.
Revision 1.5 by root, Mon Oct 29 08:48:07 2007 UTC

21 SUFFIX => '.gz', 21 SUFFIX => '.gz',
22 }, 22 },
23 LIBS => ["-levent"], 23 LIBS => ["-levent"],
24 NAME => "EV", 24 NAME => "EV",
25 VERSION_FROM => "EV.pm", 25 VERSION_FROM => "EV.pm",
26 PM => {
27 'EV.pm' => '$(INST_LIBDIR)/EV.pm',
28 'EV/AnyEvent.pm' => '$(INST_LIBDIR)/EV/AnyEvent.pm',
29 'EV/DNS.pm' => '$(INST_LIBDIR)/EV/DNS.pm',
30 'EV/EVAPI.h' => '$(INST_LIBDIR)/EV/EVAPI.h',
31 'EV/MakeMaker.pm' => '$(INST_LIBDIR)/EV/MakeMaker.pm',
32 },
26); 33);
27 34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines