Revision: | 1.3 |
Committed: | Sun Apr 28 15:48:31 2013 UTC (11 years, 5 months ago) by root |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rel-1_2, rel-1_24, rel-1_21, rel-1_22, rel-1_23, HEAD |
Changes since 1.2: | +3 -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 RPC.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
8 | COMPRESS => 'gzip -9v', |
9 | SUFFIX => '.gz', |
10 | }, |
11 | NAME => "AnyEvent::Fork::RPC", |
12 | VERSION_FROM => "RPC.pm", |
13 | TEST_REQUIRES => { |
14 | AnyEvent::Fork => 0.6, |
15 | }, |
16 | PREREQ_PM => { |
17 | common::sense => 3.6, |
18 | AnyEvent => 6, |
19 | Guard => 1, |
20 | }, |
21 | ); |
22 |