From 4a52fccc20533dc11a1b69280110d448f82d399e Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Tue, 29 Apr 2003 16:54:12 +0000 Subject: [PATCH] small doc change --- Info/Layer2/Catalyst.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Info/Layer2/Catalyst.pm b/Info/Layer2/Catalyst.pm index d3eee0f7..adb382c5 100644 --- a/Info/Layer2/Catalyst.pm +++ b/Info/Layer2/Catalyst.pm @@ -291,6 +291,11 @@ appropriate subclass before using this class directly. Note: Some older Catalyst switches will only talk SNMP version 1. Some newer ones will not return all their data if connected via Version 1. +For speed or debugging purposes you can call the subclass directly, but not after determining +a more specific class using the method above. + + my $cat = new SNMP::Info::Layer2::Catalyst(...); + =head2 Inherited Classes =over