This commit is contained in:
Max Baker
2003-03-06 21:12:46 +00:00
parent 0cd3ba27c0
commit b86cf86fa6
8 changed files with 13 additions and 98 deletions

View File

@@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer3;
$VERSION = 0.2;
$VERSION = 0.3;
# $Id$
use strict;
@@ -273,17 +273,6 @@ Arguments passed to new() are passed on to SNMP::Session::new()
)
die "Couldn't connect.\n" unless defined $l3;
=item $l3->session()
Sets or returns the SNMP::Session object
# Get
my $sess = $l3->session();
# Set
my $newsession = new SNMP::Session(...);
$l3->session($newsession);
=back
=head1 GLOBALS