Revision: | 1.8 |
Committed: | Fri Feb 26 21:46:45 2016 UTC (9 years, 2 months ago) by root |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rel-4_0, rel-4_01, rel-4_03, rel-4_02, rel-4_0_00, rel-3_02, rel-3_03, rel-3_04, HEAD |
Changes since 1.7: | +4 -1 lines |
Log Message: | 3.02 |
# | Content |
---|---|
1 | use 5.008003; |
2 | use ExtUtils::MakeMaker; |
3 | |
4 | use Canary::Stability JSON::XS => 1, 5.008003; |
5 | |
6 | WriteMakefile( |
7 | dist => { |
8 | PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
9 | COMPRESS => 'gzip -9v', |
10 | SUFFIX => '.gz', |
11 | }, |
12 | EXE_FILES => [ "bin/json_xs" ], |
13 | VERSION_FROM => "XS.pm", |
14 | NAME => "JSON::XS", |
15 | PREREQ_PM => { |
16 | common::sense => 0, |
17 | Types::Serialiser => 0, |
18 | }, |
19 | CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 }, |
20 | ); |
21 |