ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Makefile.PL
Revision: 1.2
Committed: Tue Jul 12 11:02:54 2005 UTC (18 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_5, rel-0_9, rel-1_0
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     use Config;
4    
5     my $mm = MM->new({
6     dist => {
7     PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8     COMPRESS => 'gzip -9v',
9     SUFFIX => '.gz',
10     },
11     NAME => "IO::AIO",
12     VERSION_FROM => "AIO.pm",
13 root 1.2 LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''],
14 root 1.1 });
15    
16     $mm->flush;
17