From b58a62f300e17df0c34b47b983e70c744993c6e1 Mon Sep 17 00:00:00 2001 From: Christian Ramseyer Date: Tue, 18 Jun 2019 13:42:23 +0200 Subject: [PATCH] Properly escape angle brackets in C<> --- lib/App/Netdisco/SSHCollector/Platform/ASA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/Netdisco/SSHCollector/Platform/ASA.pm b/lib/App/Netdisco/SSHCollector/Platform/ASA.pm index b12af4b2..70952708 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/ASA.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/ASA.pm @@ -43,7 +43,7 @@ use Moo; Retrieve ARP and neighbor entries from device. C<$host> is the hostname or IP address of the device. C<$ssh> is a Net::OpenSSH connection to the device. -Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>. +Returns a list of hashrefs in the format C<{ mac =E MACADDR, ip =E IPADDR }>. =back