Alien-SNMP

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME

    Alien::SNMP - Alien package for the Net-SNMP library

SYNOPSIS

     use Alien::SNMP;
     # then it's just like SNMP.pm
     
     say Alien::SNMP->bin_dir;
     # where the net-snmp apps (snmptranslate, etc) live

DESCRIPTION

    Alien::SNMP downloads and installs the Net-SNMP library and associated
    perl modules.

    The library is built with the following options:

    --disable-agent

lib/Alien/SNMP.pm  view on Meta::CPAN


Alien::SNMP - Alien package for the Net-SNMP library

=cut

=head1 SYNOPSIS

 use Alien::SNMP;
 # then it's just like SNMP.pm
 
 say Alien::SNMP->bin_dir;
 # where the net-snmp apps (snmptranslate, etc) live

=head1 DESCRIPTION

L<Alien::SNMP> downloads and installs the Net-SNMP library and
associated perl modules.

The library is built with the following options:

=over



( run in 1.634 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )