ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Makefile.PL
Revision: 1.5
Committed: Sat Mar 22 22:21:33 2008 UTC (16 years, 2 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_222, rel-2_2, rel-2_2311, rel-2_232, rel-2_231, rel-2_21, rel-2_2222, rel-2_23, rel-2_22, rel-2_24
Changes since 1.4: +7 -6 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.4 use 5.008002;
2 root 1.1 use ExtUtils::MakeMaker;
3    
4     WriteMakefile(
5 root 1.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     EXE_FILES => [ "bin/json_xs" ],
11 root 1.1 VERSION_FROM => "XS.pm",
12 root 1.5 NAME => "JSON::XS",
13 root 1.1 );
14