ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Makefile.PL
(Generate patch)

Comparing JSON-XS/Makefile.PL (file contents):
Revision 1.5 by root, Sat Mar 22 22:21:33 2008 UTC vs.
Revision 1.7 by root, Mon Oct 28 23:19:54 2013 UTC

8 SUFFIX => '.gz', 8 SUFFIX => '.gz',
9 }, 9 },
10 EXE_FILES => [ "bin/json_xs" ], 10 EXE_FILES => [ "bin/json_xs" ],
11 VERSION_FROM => "XS.pm", 11 VERSION_FROM => "XS.pm",
12 NAME => "JSON::XS", 12 NAME => "JSON::XS",
13 PREREQ_PM => {
14 common::sense => 0,
15 Types::Serialiser => 0,
16 },
13); 17);
14 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines