ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Async-Interrupt/Makefile.PL
Revision: 1.1
Committed: Thu Jul 2 13:41:44 2009 UTC (14 years, 11 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

# Content
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