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

Comparing ExtUtils-CXX/Makefile.PL (file contents):
Revision 1.1 by root, Mon Aug 14 04:30:23 2017 UTC vs.
Revision 1.2 by root, Mon Aug 14 05:26:35 2017 UTC

9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "ExtUtils::CXX", 11 NAME => "ExtUtils::CXX",
12 VERSION_FROM => "CXX.pm", 12 VERSION_FROM => "CXX.pm",
13 CONFIGURE_REQUIRES => { 13 CONFIGURE_REQUIRES => {
14 common::sense => 3.74,
15 parent => 0.236,
16 ExtUtils::MakeMaker => 7.3, 14 ExtUtils::MakeMaker => 7.3,
17 Canary::Stability => 0, 15 Canary::Stability => 0,
18 }, 16 },
17 PREREQ_PM => {
18 common::sense => 3.74,
19 },
19); 20);
20 21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines