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.5 by root, Sun Dec 1 16:42:19 2013 UTC vs.
Revision 1.6 by root, Mon Apr 25 19:05:29 2016 UTC

1use 5.010001; # for utf-8, and Time::Piece 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',
11 NAME => "CBOR::XS", 13 NAME => "CBOR::XS",
12 PREREQ_PM => { 14 PREREQ_PM => {
13 common::sense => 0, 15 common::sense => 0,
14 Types::Serialiser => 0, 16 Types::Serialiser => 0,
15 }, 17 },
18 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
16); 19);
17 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines