| Revision: | 1.3 |
| Committed: | Fri Apr 5 08:56:36 2013 UTC (13 years, 5 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-1_1, rel-1_0, rel-1_3, rel-1_2, rel-0_2, rel-0_5, rel-0_6, rel-0_7, rel-1_32, rel-1_31, HEAD |
| Changes since 1.2: | +2 -1 lines |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | use ExtUtils::MakeMaker; |
| 2 | |
| 3 | use 5.008; |
| 4 | |
| 5 | WriteMakefile( |
| 6 | dist => { |
| 7 | PREOP => 'pod2text Fork.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
| 8 | COMPRESS => 'gzip -9v', |
| 9 | SUFFIX => '.gz', |
| 10 | }, |
| 11 | NAME => "AnyEvent::Fork", |
| 12 | VERSION_FROM => "Fork.pm", |
| 13 | PREREQ_PM => { |
| 14 | common::sense => 3.6, |
| 15 | Proc::FastSpawn => 0.1, |
| 16 | IO::FDPass => 0.2, |
| 17 | AnyEvent => 6, |
| 18 | }, |
| 19 | ); |
| 20 |