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

Comparing Net-SNMP-XS/Makefile.PL (file contents):
Revision 1.3 by root, Wed Dec 7 13:24:42 2016 UTC vs.
Revision 1.4 by root, Fri Dec 21 11:21:06 2018 UTC

8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "Net::SNMP::XS", 11 NAME => "Net::SNMP::XS",
12 VERSION_FROM => "XS.pm", 12 VERSION_FROM => "XS.pm",
13 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 },
13 PREREQ_PM => { 14 PREREQ_PM => {
14 Guard => 1, 15 common::sense => 3.74,
15 Net::SNMP => 0, 16 Net::SNMP => 0,
16 ExtUtils::MakeMaker => 6.52,
17 Canary::Stability => 0,
18 }, 17 },
19); 18);
20 19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines