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.7 by root, Fri Sep 8 20:03:06 2023 UTC

1use 5.008002; 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,
17 },
18 TEST_REQUIRES => {
19 Task::Weaken => 1.06,
20 },
21 CONFIGURE_REQUIRES => {
22 ExtUtils::MakeMaker => 6.64,
23 Canary::Stability => 0,
14 }, 24 },
15); 25);
16 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines