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 (7 years, 5 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

# Content
1 use ExtUtils::MakeMaker;
2
3 use Canary::Stability Net::SNMP::XS => 1, 5.008009;
4
5 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 Net::SNMP => 0,
16 ExtUtils::MakeMaker => 6.52,
17 Canary::Stability => 0,
18 },
19 );
20