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

Comparing EV/Makefile.PL (file contents):
Revision 1.2 by root, Fri Oct 26 16:50:05 2007 UTC vs.
Revision 1.3 by root, Fri Oct 26 17:40:31 2007 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2
3print <<EOF;
4
5***
6*** You need to install libevent (http://monkey.org/~provos/libevent/) separately
7*** first in a way so that the Makefile.PL can find both -levent and the event.h
8*** and evdns.h include files.
9***
10*** Version 1.3e or higher is recommended, but older versions likely work too.
11***
12
13EOF
2 14
3WriteMakefile( 15WriteMakefile(
4 dist => { 16 dist => {
5 PREOP => 'pod2text EV.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 17 PREOP => 'pod2text EV.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v', 18 COMPRESS => 'gzip -9v',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines