| Revision: | 1.9 |
| Committed: | Fri Aug 14 15:21:33 2009 UTC (17 years, 1 month ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-2_0, rel-1_5, rel-1_46, rel-1_44, rel-1_45, rel-1_43 |
| Changes since 1.8: | +1 -1 lines |
| Log Message: | 1.43 |
| # | Content |
|---|---|
| 1 | use ExtUtils::MakeMaker; |
| 2 | |
| 3 | my $mm = MM->new({ |
| 4 | dist => { |
| 5 | PREOP => 'pod2text HTTP.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
| 6 | COMPRESS => 'gzip -9v', |
| 7 | SUFFIX => '.gz', |
| 8 | }, |
| 9 | NAME => "AnyEvent::HTTP", |
| 10 | VERSION_FROM => "HTTP.pm", |
| 11 | PREREQ_PM => { |
| 12 | AnyEvent => 5.0, |
| 13 | }, |
| 14 | }); |
| 15 | |
| 16 | $mm->flush; |
| 17 |