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.1 by root, Sun Jul 10 17:07:44 2005 UTC vs.
Revision 1.4 by root, Sun Jul 31 19:04:45 2005 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use Config; 3use Config;
4
5require "autoconf.pm";
6
7autoconf::run_script();
4 8
5my $mm = MM->new({ 9my $mm = MM->new({
6 dist => { 10 dist => {
7 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 11 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v', 12 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 13 SUFFIX => '.gz',
10 }, 14 },
11 NAME => "IO::AIO", 15 NAME => "IO::AIO",
12 VERSION_FROM => "AIO.pm", 16 VERSION_FROM => "AIO.pm",
13 LIBS => ['-lpthread'], 17 LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''],
18 clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" },
14}); 19});
15 20
16$mm->flush; 21$mm->flush;
17 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines