Alien-SNMP-MAXTC

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

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

VERSION
    Version 1.000001

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

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

    This is a fork of Alien::SNMP with some changed options. We may
    merge-back one day.

    The library is built with the following options:

    MAXTC set to 16k
    "--disable-agent"
    "--disable-manuals"
    "--disable-scripts"
    "--disable-mibs"
    "--enable-ipv6"
    "--with-mibs="""
    "--with-perl-modules"
    "--disable-embedded-perl"
    "--with-defaults"

METHODS
  bin_dir
     my $bin_dir = Alien::SNMP::MAXTC->bin_dir;

    Returns the location of the net-snmp apps (snmptranslate, etc).

  cflags
     my $cflags = Alien::SNMP::MAXTC->cflags;

    Returns the C compiler flags.

  libs
     my $libs = Alien::SNMP::MAXTC->libs;

    Returns the linker flags.

SEE ALSO
    Alien
    Alien::Base
    SNMP
        The Perl5 'SNMP' Extension Module for the Net-SNMP SNMP package.
        Depends on libnetsnmp and the corresponding version is installed
        along with the C library.

AUTHOR
    Eric A. Miller, "<emiller at cpan.org>"

LICENSE AND COPYRIGHT
    Copyright 2015 Eric A. Miller.

    This program is distributed under the (Revised) BSD License:
    <http://www.opensource.org/licenses/BSD-3-Clause>

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:

    * Redistributions of source code must retain the above copyright notice,



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