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

Comparing Net-SNMP-EV/Makefile.PL (file contents):
Revision 1.1 by root, Mon Dec 3 17:27:37 2007 UTC vs.
Revision 1.3 by root, Wed Dec 12 23:46:31 2007 UTC

6 COMPRESS => 'gzip -9v', 6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 7 SUFFIX => '.gz',
8 }, 8 },
9 NAME => "Net::SNMP::EV", 9 NAME => "Net::SNMP::EV",
10 VERSION_FROM => "EV.pm", 10 VERSION_FROM => "EV.pm",
11 PREREQ_FATAL => 1,
12 PREREQ_PM => { 11 PREREQ_PM => {
13 Net::SNMP => 5, 12 Net::SNMP => 5,
14 EV => 1.3, 13 EV => 1.5,
15 ExtUtils::PkgConfig => 0,
16 }, 14 },
17}); 15});
18 16
19$mm->flush; 17$mm->flush;
20 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines