File: README

package info (click to toggle)
net-snmp 5.9.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,540 kB
  • sloc: ansic: 282,201; perl: 17,710; sh: 12,006; makefile: 2,712; python: 735; xml: 663; pascal: 62; sql: 47
file content (31 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
OID version 0.01
================

The NetSNMP::OID class is a simple wrapper around a C-based net-snmp
oid.  The OID is internally stored as a C array of integers for speed
purposes when doing comparisons, etc.  The standard logical expression
operators (<, >, ==, ...) are overloaded such that lexographical
comparisons may be done with them.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  The net-snmp 5.0 or greater release
  The SNMP 5.0.1 or greater perl module.

COPYRIGHT AND LICENCE

Copyright (c) 2002 Networks Associates Technology, Inc.  All
Rights Reserved.  This program is free software; you can
redistribute it and/or modify it under the same terms as Perl
itself.