summaryrefslogtreecommitdiff
path: root/perl/OID/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/OID/README')
-rw-r--r--perl/OID/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/perl/OID/README b/perl/OID/README
new file mode 100644
index 0000000..0355446
--- /dev/null
+++ b/perl/OID/README
@@ -0,0 +1,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.