| Revision: | 1.3 |
| Committed: | Sun Oct 27 20:40:25 2013 UTC (12 years, 10 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-0_07, rel-0_04, rel-0_09, rel-0_08, rel-0_05, rel-0_06 |
| Changes since 1.2: | +2 -1 lines |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | use 5.008002; |
| 2 | use ExtUtils::MakeMaker; |
| 3 | |
| 4 | WriteMakefile( |
| 5 | dist => { |
| 6 | PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
| 7 | COMPRESS => 'gzip -9v', |
| 8 | SUFFIX => '.gz', |
| 9 | }, |
| 10 | VERSION_FROM => "XS.pm", |
| 11 | NAME => "CBOR::XS", |
| 12 | PREREQ_PM => { |
| 13 | common::sense => 0, |
| 14 | Types::Serialiser => 0, |
| 15 | }, |
| 16 | ); |
| 17 |