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

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.28 by root, Wed Dec 5 20:35:37 2012 UTC vs.
Revision 1.29 by root, Sun Apr 14 09:43:18 2013 UTC

93 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 93 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
94 COMPRESS => 'gzip -9v', 94 COMPRESS => 'gzip -9v',
95 SUFFIX => '.gz', 95 SUFFIX => '.gz',
96 }, 96 },
97 depend => { 97 depend => {
98 "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/eio.c libeio/config.h", 98 "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/etp.c libeio/eio.c libeio/config.h",
99 }, 99 },
100 NAME => "IO::AIO", 100 NAME => "IO::AIO",
101 VERSION_FROM => "AIO.pm", 101 VERSION_FROM => "AIO.pm",
102 INC => $INC, 102 INC => $INC,
103 LIBS => $LIBS, 103 LIBS => $LIBS,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines