| Revision: | 1.2 |
| Committed: | Mon Jun 21 10:24:44 2010 UTC (16 years, 2 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-0_3, rel-0_31, HEAD |
| Changes since 1.1: | +1 -0 lines |
| Log Message: | 0.3 |
| # | Content |
|---|---|
| 1 | use ExtUtils::MakeMaker; |
| 2 | |
| 3 | my $mm = MM->new({ |
| 4 | dist => { |
| 5 | PREOP => 'pod2text DBus.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
| 6 | COMPRESS => 'gzip -9v', |
| 7 | SUFFIX => '.gz', |
| 8 | }, |
| 9 | NAME => "AnyEvent::DBus", |
| 10 | VERSION_FROM => "DBus.pm", |
| 11 | PREREQ_PM => { |
| 12 | common::sense => 3.2, |
| 13 | AnyEvent => 5, |
| 14 | Net::DBus => 0.33, |
| 15 | }, |
| 16 | }); |
| 17 | |
| 18 | $mm->flush; |
| 19 |