~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to perl/OID/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.