ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/Makefile.PL
Revision: 1.4
Committed: Fri Dec 21 11:21:06 2018 UTC (5 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_34, rel-1_33, HEAD
Changes since 1.3: +3 -4 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 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 },
14 PREREQ_PM => {
15 common::sense => 3.74,
16 Net::SNMP => 0,
17 },
18 );
19