| 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 |
root |
1.4 |
CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 }, |
| 14 |
root |
1.1 |
PREREQ_PM => { |
| 15 |
root |
1.4 |
common::sense => 3.74, |
| 16 |
|
|
Net::SNMP => 0, |
| 17 |
root |
1.1 |
}, |
| 18 |
|
|
); |
| 19 |
|
|
|