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

Comparing CBOR-XS/Makefile.PL (file contents):
Revision 1.2 by root, Sat Oct 26 21:06:37 2013 UTC vs.
Revision 1.4 by root, Sun Nov 24 05:05:23 2013 UTC

1use 5.008002; 1use 5.010001;
2use ExtUtils::MakeMaker; 2use ExtUtils::MakeMaker;
3 3
4WriteMakefile( 4WriteMakefile(
5 dist => { 5 dist => {
6 PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 6 PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 SUFFIX => '.gz', 8 SUFFIX => '.gz',
9 }, 9 },
10 VERSION_FROM => "XS.pm", 10 VERSION_FROM => "XS.pm",
11 NAME => "CBOR::XS", 11 NAME => "CBOR::XS",
12 PREREQ_PM => { 12 PREREQ_PM => {
13 common::sense => 0, 13 common::sense => 0,
14 Types::Serialiser => 0,
14 }, 15 },
15); 16);
16 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines