| Revision: | 1.5 |
| Committed: | Sun Dec 1 16:42:19 2013 UTC (12 years, 9 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-1_11, rel-1_12, rel-1_3, rel-1_4, rel-1_25, rel-1_26, rel-1_41 |
| Changes since 1.4: | +1 -1 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.5 | use 5.010001; # for utf-8, and Time::Piece |
| 2 | root | 1.1 | 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 | root | 1.3 | common::sense => 0, |
| 14 | Types::Serialiser => 0, | ||
| 15 | root | 1.1 | }, |
| 16 | ); | ||
| 17 |