rewrite the CLI transport to provide an API

This commit is contained in:
Oliver Gorwits
2019-03-11 20:32:55 +00:00
parent d0216b0ebb
commit 0347ba7bbd
2 changed files with 63 additions and 31 deletions

View File

@@ -25,7 +25,7 @@ App::Netdisco::Transport::SNMP
Singleton for SNMP connections. Returns cached L<SNMP::Info> instance for a
given device IP, or else undef. All methods are class methods, for example:
App::Netdisco::Transport::SNMP->reader_for( ... );
my $snmp = App::Netdisco::Transport::SNMP->reader_for( ... );
=cut