almost done whitespace cleanup

This commit is contained in:
inphobia
2019-01-19 05:33:09 +01:00
parent 16285ce2eb
commit d938a2c0d6
5 changed files with 30 additions and 30 deletions

View File

@@ -126,14 +126,14 @@ Bill Fenner
=head1 SYNOPSIS
# Let SNMP::Info determine the correct subclass for you.
# Let SNMP::Info determine the correct subclass for you.
my $poe = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
)
or die "Can't connect to DestHost.\n";
my $class = $poe->class();