| Revision: | 1.1 |
| Committed: | Fri Oct 25 23:09:45 2013 UTC (12 years, 10 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-0_02 |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | use 5.008003; |
| 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 | }, | ||
| 15 | ); | ||
| 16 |