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.1 by root, Fri Oct 25 23:09:45 2013 UTC vs.
Revision 1.6 by root, Mon Apr 25 19:05:29 2016 UTC

1use 5.008003; 1use 5.010001; # for utf-8, and Time::Piece
2use ExtUtils::MakeMaker; 2use ExtUtils::MakeMaker;
3
4use Canary::Stability CBOR::XS => 1, 5.010001;
3 5
4WriteMakefile( 6WriteMakefile(
5 dist => { 7 dist => {
6 PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 8 PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
7 COMPRESS => 'gzip -9v', 9 COMPRESS => 'gzip -9v',
8 SUFFIX => '.gz', 10 SUFFIX => '.gz',
9 }, 11 },
10 VERSION_FROM => "XS.pm", 12 VERSION_FROM => "XS.pm",
11 NAME => "CBOR::XS", 13 NAME => "CBOR::XS",
12 PREREQ_PM => { 14 PREREQ_PM => {
13 common::sense => 0, 15 common::sense => 0,
16 Types::Serialiser => 0,
14 }, 17 },
18 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
15); 19);
16 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines