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

Comparing EV/Makefile.PL (file contents):
Revision 1.1 by root, Fri Oct 26 09:19:48 2007 UTC vs.
Revision 1.2 by root, Fri Oct 26 16:50:05 2007 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3WriteMakefile( 3WriteMakefile(
4 dist => { 4 dist => {
5 PREOP => 'pod2text Libevent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 5 PREOP => 'pod2text EV.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v', 6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 7 SUFFIX => '.gz',
8 }, 8 },
9 LIBS => ["-levent"],
9 NAME => "Libevent", 10 NAME => "EV",
10 VERSION_FROM => "Libevent.pm", 11 VERSION_FROM => "EV.pm",
11); 12);
12 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines