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

Comparing EV-Loop-Async/Makefile.PL (file contents):
Revision 1.1 by root, Tue Jul 14 02:59:55 2009 UTC vs.
Revision 1.2 by root, Tue Jul 14 13:24:34 2009 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2use EV::MakeMaker; 2use EV::MakeMaker;
3
4print <<EOF;
5
6***
7*** This module requires phreads (listening to -lpthread)
8*** A pthreads implementation for windows can be found at
9*** http://sourceware.org/pthreads-win32/
10***
11
12EOF
3 13
4my $mm = MM->new({EV::MakeMaker::ev_args ( 14my $mm = MM->new({EV::MakeMaker::ev_args (
5 dist => { 15 dist => {
6 PREOP => 'pod2text Async.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 16 PREOP => 'pod2text Async.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
7 COMPRESS => 'gzip -9v', 17 COMPRESS => 'gzip -9v',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines