ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Async-Interrupt/Makefile.PL
Revision: 1.1
Committed: Thu Jul 2 13:41:44 2009 UTC (17 years, 2 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_041, rel-0_04, rel-0_03, rel-0_02
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     use 5.008; # apparently PL_sighandlerp was introduced with 5.008 - correct me if wrong
4    
5     WriteMakefile(
6     dist => {
7     PREOP => 'pod2text Interrupt.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8     COMPRESS => 'gzip -9v',
9     SUFFIX => '.gz',
10     },
11     NAME => "Async::Interrupt",
12     VERSION_FROM => "Interrupt.pm",
13     );
14