Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / perl / OID / README
1 OID version 0.01
2 ================
3
4 The NetSNMP::OID class is a simple wrapper around a C-based net-snmp
5 oid.  The OID is internally stored as a C array of integers for speed
6 purposes when doing comparisons, etc.  The standard logical expression
7 operators (<, >, ==, ...) are overloaded such that lexographical
8 comparisons may be done with them.
9
10 INSTALLATION
11
12 To install this module type the following:
13
14    perl Makefile.PL
15    make
16    make test
17    make install
18
19 DEPENDENCIES
20
21 This module requires these other modules and libraries:
22
23   The net-snmp 5.0 or greater release
24   The SNMP 5.0.1 or greater perl module.
25
26 COPYRIGHT AND LICENCE
27
28 Copyright (c) 2002 Networks Associates Technology, Inc.  All
29 Rights Reserved.  This program is free software; you can
30 redistribute it and/or modify it under the same terms as Perl
31 itself.