ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/Makefile.PL
Revision: 1.3
Committed: Wed Dec 7 13:24:42 2016 UTC (9 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_32
Changes since 1.2: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3 root 1.3 use Canary::Stability Net::SNMP::XS => 1, 5.008009;
4    
5 root 1.1 WriteMakefile(
6     dist => {
7     PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8     COMPRESS => 'gzip -9v',
9     SUFFIX => '.gz',
10     },
11     NAME => "Net::SNMP::XS",
12     VERSION_FROM => "XS.pm",
13     PREREQ_PM => {
14     Guard => 1,
15 root 1.2 Net::SNMP => 0,
16 root 1.3 ExtUtils::MakeMaker => 6.52,
17     Canary::Stability => 0,
18 root 1.1 },
19     );
20