| Revision: | 1.4 |
| Committed: | Thu Oct 11 23:07:43 2007 UTC (18 years, 11 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-2_01, rel-1_51, rel-1_53, rel-2_0, rel-2_1 |
| Changes since 1.3: | +1 -0 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.4 | use 5.008002; |
| 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 | NAME => "JSON::XS", | ||
| 11 | VERSION_FROM => "XS.pm", | ||
| 12 | ); | ||
| 13 |