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.6 by root, Mon Apr 25 19:05:29 2016 UTC vs.
Revision 1.7 by root, Fri Sep 8 20:03:06 2023 UTC

13 NAME => "CBOR::XS", 13 NAME => "CBOR::XS",
14 PREREQ_PM => { 14 PREREQ_PM => {
15 common::sense => 0, 15 common::sense => 0,
16 Types::Serialiser => 0, 16 Types::Serialiser => 0,
17 }, 17 },
18 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 }, 18 TEST_REQUIRES => {
19 Task::Weaken => 1.06,
20 },
21 CONFIGURE_REQUIRES => {
22 ExtUtils::MakeMaker => 6.64,
23 Canary::Stability => 0,
24 },
19); 25);
20 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines