ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/Makefile.PL
Revision: 1.2
Committed: Thu Oct 23 15:58:16 2014 UTC (9 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_31
Changes since 1.1: +1 -1 lines
Log Message:
1.31

File Contents

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